mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
moving Region store for SQLite into the OpenSim.Framework.Data.SQLite
namespace to mirror what is done with MySQL. This will require a configuration change for people using SQLite for prims which is given as an example in OpenSim.ini.example
This commit is contained in:
@@ -38,9 +38,9 @@ using OpenSim.Region.Environment.Interfaces;
|
||||
using OpenSim.Region.Environment.LandManagement;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
|
||||
namespace OpenSim.DataStore.MonoSqlite
|
||||
namespace OpenSim.Framework.Data.SQLite
|
||||
{
|
||||
public class MonoSqliteDataStore : IRegionDataStore
|
||||
public class SQLiteRegionData : IRegionDataStore
|
||||
{
|
||||
private const string primSelect = "select * from prims";
|
||||
private const string shapeSelect = "select * from primshapes";
|
||||
Reference in New Issue
Block a user