diff options
author | Melanie | 2009-12-30 22:23:17 +0000 |
---|---|---|
committer | Melanie | 2009-12-30 22:23:17 +0000 |
commit | b6097ae9a8a4566330d882213179feba6d05da62 (patch) | |
tree | 382dc5f27e9734076f2808b07c8804323cc27f38 /OpenSim/Data/MSSQL | |
parent | Merge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/open... (diff) | |
download | opensim-SC_OLD-b6097ae9a8a4566330d882213179feba6d05da62.zip opensim-SC_OLD-b6097ae9a8a4566330d882213179feba6d05da62.tar.gz opensim-SC_OLD-b6097ae9a8a4566330d882213179feba6d05da62.tar.bz2 opensim-SC_OLD-b6097ae9a8a4566330d882213179feba6d05da62.tar.xz |
Some modifications to user service. Query by name is implemented now
Diffstat (limited to 'OpenSim/Data/MSSQL')
-rw-r--r-- | OpenSim/Data/MSSQL/MSSQLUserAccountData.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLUserAccountData.cs b/OpenSim/Data/MSSQL/MSSQLUserAccountData.cs index 4db2777..01750d8 100644 --- a/OpenSim/Data/MSSQL/MSSQLUserAccountData.cs +++ b/OpenSim/Data/MSSQL/MSSQLUserAccountData.cs | |||
@@ -189,5 +189,10 @@ namespace OpenSim.Data.MSSQL | |||
189 | } | 189 | } |
190 | return false; | 190 | return false; |
191 | } | 191 | } |
192 | |||
193 | public UserAccountData[] Get(string[] keys, string[] vals) | ||
194 | { | ||
195 | return null; | ||
196 | } | ||
192 | } | 197 | } |
193 | } | 198 | } |