diff options
author | Adam Frisby | 2007-04-11 07:39:39 +0000 |
---|---|---|
committer | Adam Frisby | 2007-04-11 07:39:39 +0000 |
commit | 6e60d1e17f6a3d8d0f45e26da1f91e98ab8251e8 (patch) | |
tree | b7fd957cee1a23309e3a6100ad2076e2ba38b1b8 /OpenSim.Storage.LocalStorageSQLite | |
parent | * built binaries, pdb's and user files should not be under version control. (diff) | |
download | opensim-SC_OLD-6e60d1e17f6a3d8d0f45e26da1f91e98ab8251e8.zip opensim-SC_OLD-6e60d1e17f6a3d8d0f45e26da1f91e98ab8251e8.tar.gz opensim-SC_OLD-6e60d1e17f6a3d8d0f45e26da1f91e98ab8251e8.tar.bz2 opensim-SC_OLD-6e60d1e17f6a3d8d0f45e26da1f91e98ab8251e8.tar.xz |
* One change in SQLiteLocalStorage
* Committing half-started Berkeley BDB bindings, however not adding to solution or prebuild (will/should not compile yet)
Diffstat (limited to 'OpenSim.Storage.LocalStorageSQLite')
-rw-r--r-- | OpenSim.Storage.LocalStorageSQLite/SQLiteLocalStorage.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.Storage.LocalStorageSQLite/SQLiteLocalStorage.cs b/OpenSim.Storage.LocalStorageSQLite/SQLiteLocalStorage.cs index 4ccc8a2..8c9a5e1 100644 --- a/OpenSim.Storage.LocalStorageSQLite/SQLiteLocalStorage.cs +++ b/OpenSim.Storage.LocalStorageSQLite/SQLiteLocalStorage.cs | |||
@@ -47,7 +47,7 @@ namespace OpenSim.Storage.LocalStorageSQLite | |||
47 | { | 47 | { |
48 | try | 48 | try |
49 | { | 49 | { |
50 | string connectionstring = "URI=file:localsim.db"; | 50 | string connectionstring = "URI=file:localsim.sdb"; |
51 | db = (IDbConnection)new SQLiteConnection(connectionstring); | 51 | db = (IDbConnection)new SQLiteConnection(connectionstring); |
52 | db.Open(); | 52 | db.Open(); |
53 | } | 53 | } |