aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data
diff options
context:
space:
mode:
authorKevin Cozens2015-08-08 17:06:36 -0400
committerKevin Cozens2015-08-08 17:08:06 -0400
commitf3c883a26d00d92b22269c13b5e2adbb31ddd556 (patch)
tree9eed4296239ca4ee4f19d20b2b369aa6c174e0c8 /OpenSim/Data
parentConvert the enum to int before casting it to string for DB query (diff)
downloadopensim-SC_OLD-f3c883a26d00d92b22269c13b5e2adbb31ddd556.zip
opensim-SC_OLD-f3c883a26d00d92b22269c13b5e2adbb31ddd556.tar.gz
opensim-SC_OLD-f3c883a26d00d92b22269c13b5e2adbb31ddd556.tar.bz2
opensim-SC_OLD-f3c883a26d00d92b22269c13b5e2adbb31ddd556.tar.xz
Corrected spelling of SQLITE. Fixes mantis #7675.
Diffstat (limited to 'OpenSim/Data')
-rw-r--r--OpenSim/Data/SQLite/SQLiteSimulationData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteSimulationData.cs b/OpenSim/Data/SQLite/SQLiteSimulationData.cs
index a12004e..6ed3d40 100644
--- a/OpenSim/Data/SQLite/SQLiteSimulationData.cs
+++ b/OpenSim/Data/SQLite/SQLiteSimulationData.cs
@@ -51,7 +51,7 @@ namespace OpenSim.Data.SQLite
51 public class SQLiteSimulationData : ISimulationDataStore 51 public class SQLiteSimulationData : ISimulationDataStore
52 { 52 {
53 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 53 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
54 private static readonly string LogHeader = "[REGION DB SQLLITE]"; 54 private static readonly string LogHeader = "[REGION DB SQLITE]";
55 55
56 private const string primSelect = "select * from prims"; 56 private const string primSelect = "select * from prims";
57 private const string shapeSelect = "select * from primshapes"; 57 private const string shapeSelect = "select * from primshapes";