add initial UserGrid service classes as per diva's direction

this will initially store home location data instead of the presence service
compiles but not enough to actually test yet
This commit is contained in:
Justin Clark-Casey (justincc)
2010-03-05 22:29:51 +00:00
parent e39fc95659
commit e906dd3d28
9 changed files with 534 additions and 12 deletions

View File

@@ -197,8 +197,7 @@ namespace OpenSim.Data.MySQL
public virtual T[] Get(string where)
{
using (MySqlCommand cmd = new MySqlCommand())
{
{
string query = String.Format("select * from {0} where {1}",
m_Realm, where);