mirror of
https://github.com/opensim/opensim.git
synced 2026-07-30 05:13:54 +08:00
Major ass commit
Added new "Datastore" parameter to simconfig.xml which is passed to storage engines via a new Initialise() function.
This commit is contained in:
@@ -59,6 +59,11 @@ namespace OpenSim.Storage.LocalStorageSQLite
|
||||
}
|
||||
}
|
||||
|
||||
public void Initialise(string file)
|
||||
{
|
||||
// Blank
|
||||
}
|
||||
|
||||
public void StorePrim(PrimData prim)
|
||||
{
|
||||
IDbCommand cmd = db.CreateCommand();
|
||||
|
||||
Reference in New Issue
Block a user