diff options
-rw-r--r-- | OpenSim/Data/Migration.cs | 3 | ||||
-rw-r--r-- | OpenSim/Data/SQLiteNG/SQLiteAssetData.cs | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Data/Migration.cs b/OpenSim/Data/Migration.cs index 68e25ef..0fb9e78 100644 --- a/OpenSim/Data/Migration.cs +++ b/OpenSim/Data/Migration.cs | |||
@@ -159,8 +159,9 @@ namespace OpenSim.Data | |||
159 | UpdateVersion(_type, newversion); | 159 | UpdateVersion(_type, newversion); |
160 | } | 160 | } |
161 | version = newversion; | 161 | version = newversion; |
162 | cmd.Dispose(); | ||
163 | } | 162 | } |
163 | |||
164 | cmd.Dispose(); | ||
164 | } | 165 | } |
165 | 166 | ||
166 | // private int MaxVersion() | 167 | // private int MaxVersion() |
diff --git a/OpenSim/Data/SQLiteNG/SQLiteAssetData.cs b/OpenSim/Data/SQLiteNG/SQLiteAssetData.cs index 636bf86..9b34a21 100644 --- a/OpenSim/Data/SQLiteNG/SQLiteAssetData.cs +++ b/OpenSim/Data/SQLiteNG/SQLiteAssetData.cs | |||
@@ -34,7 +34,7 @@ using Mono.Data.Sqlite; | |||
34 | using OpenMetaverse; | 34 | using OpenMetaverse; |
35 | using OpenSim.Framework; | 35 | using OpenSim.Framework; |
36 | 36 | ||
37 | namespace OpenSim.Data.SQLite | 37 | namespace OpenSim.Data.SQLiteNG |
38 | { | 38 | { |
39 | /// <summary> | 39 | /// <summary> |
40 | /// An asset storage interface for the SQLite database system | 40 | /// An asset storage interface for the SQLite database system |