mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
changes so mono.data.sqlite use dllmap
This commit is contained in:
@@ -65,8 +65,7 @@ namespace OpenSim.Data.SQLite
|
||||
|
||||
if (!m_initialized)
|
||||
{
|
||||
if (Util.IsWindows())
|
||||
Util.LoadArchSpecificWindowsDll("sqlite3.dll");
|
||||
DllmapConfigHelper.RegisterAssembly(typeof(SQLiteAuthenticationData).Assembly);
|
||||
|
||||
m_Connection = new SqliteConnection(connectionString);
|
||||
m_Connection.Open();
|
||||
|
||||
Reference in New Issue
Block a user