mirror of
https://github.com/opensim/opensim.git
synced 2026-06-17 18:15:55 +08:00
* One change in SQLiteLocalStorage
* Committing half-started Berkeley BDB bindings, however not adding to solution or prebuild (will/should not compile yet)
This commit is contained in:
@@ -47,7 +47,7 @@ namespace OpenSim.Storage.LocalStorageSQLite
|
||||
{
|
||||
try
|
||||
{
|
||||
string connectionstring = "URI=file:localsim.db";
|
||||
string connectionstring = "URI=file:localsim.sdb";
|
||||
db = (IDbConnection)new SQLiteConnection(connectionstring);
|
||||
db.Open();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user