mirror of
https://github.com/opensim/opensim.git
synced 2026-06-30 02:57:02 +08:00
Tweak presence handling and whip up a database connector and handler
for testign the new generic table handling
This commit is contained in:
@@ -190,11 +190,13 @@ namespace OpenSim.Data.MySQL
|
||||
return DoQuery(cmd);
|
||||
}
|
||||
|
||||
public void Store(T row)
|
||||
public bool Store(T row)
|
||||
{
|
||||
MySqlCommand cmd = new MySqlCommand();
|
||||
|
||||
string query = "";
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user