diff options
author | Kevin Cozens | 2015-08-08 17:06:36 -0400 |
---|---|---|
committer | Kevin Cozens | 2015-08-08 17:08:06 -0400 |
commit | f3c883a26d00d92b22269c13b5e2adbb31ddd556 (patch) | |
tree | 9eed4296239ca4ee4f19d20b2b369aa6c174e0c8 /OpenSim/Data/SQLite/SQLiteSimulationData.cs | |
parent | Convert the enum to int before casting it to string for DB query (diff) | |
download | opensim-SC-f3c883a26d00d92b22269c13b5e2adbb31ddd556.zip opensim-SC-f3c883a26d00d92b22269c13b5e2adbb31ddd556.tar.gz opensim-SC-f3c883a26d00d92b22269c13b5e2adbb31ddd556.tar.bz2 opensim-SC-f3c883a26d00d92b22269c13b5e2adbb31ddd556.tar.xz |
Corrected spelling of SQLITE. Fixes mantis #7675.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/SQLite/SQLiteSimulationData.cs | 2 |
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"; |