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:
Adam Frisby
2007-04-27 21:11:02 +00:00
parent feca5d22c6
commit 6ce5b6e439
6 changed files with 46 additions and 11 deletions

View File

@@ -59,6 +59,11 @@ namespace OpenSim.Storage.LocalStorageSQLite
}
}
public void Initialise(string file)
{
// Blank
}
public void StorePrim(PrimData prim)
{
IDbCommand cmd = db.CreateCommand();