mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
maybe this is a better way...
This commit is contained in:
@@ -65,7 +65,7 @@ namespace OpenSim.Data.SQLite
|
||||
|
||||
if (!m_initialized)
|
||||
{
|
||||
DllmapConfigHelper.RegisterAssembly(typeof(SQLiteAuthenticationData).Assembly);
|
||||
DllmapConfigHelper.RegisterAssembly(typeof(SqliteConnection).Assembly);
|
||||
|
||||
m_Connection = new SqliteConnection(connectionString);
|
||||
m_Connection.Open();
|
||||
|
||||
Reference in New Issue
Block a user