aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLiteNG/SQLiteRegionData.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-04-23 20:11:26 +0100
committerJustin Clark-Casey (justincc)2010-04-23 20:11:26 +0100
commitf313d57fa4f658bbdb9c4c0e1c99bf3de69b100b (patch)
treedb7c7436fe7c81eab481ed1e7bc969949d9646f2 /OpenSim/Data/SQLiteNG/SQLiteRegionData.cs
parentdispose of the DbCommand used to execute migrations after we've finished with... (diff)
parentadd a comment about deprecating IRegionModule (diff)
downloadopensim-SC_OLD-f313d57fa4f658bbdb9c4c0e1c99bf3de69b100b.zip
opensim-SC_OLD-f313d57fa4f658bbdb9c4c0e1c99bf3de69b100b.tar.gz
opensim-SC_OLD-f313d57fa4f658bbdb9c4c0e1c99bf3de69b100b.tar.bz2
opensim-SC_OLD-f313d57fa4f658bbdb9c4c0e1c99bf3de69b100b.tar.xz
Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Data/SQLiteNG/SQLiteRegionData.cs')
-rw-r--r--OpenSim/Data/SQLiteNG/SQLiteRegionData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLiteNG/SQLiteRegionData.cs b/OpenSim/Data/SQLiteNG/SQLiteRegionData.cs
index bad8adc..ee454db 100644
--- a/OpenSim/Data/SQLiteNG/SQLiteRegionData.cs
+++ b/OpenSim/Data/SQLiteNG/SQLiteRegionData.cs
@@ -38,7 +38,7 @@ using OpenSim.Framework;
38using OpenSim.Region.Framework.Interfaces; 38using OpenSim.Region.Framework.Interfaces;
39using OpenSim.Region.Framework.Scenes; 39using OpenSim.Region.Framework.Scenes;
40 40
41namespace OpenSim.Data.SQLite 41namespace OpenSim.Data.SQLiteNG
42{ 42{
43 /// <summary> 43 /// <summary>
44 /// A RegionData Interface to the SQLite database 44 /// A RegionData Interface to the SQLite database