it helps to actually call TestTables to get the new tables created
parent
5c8fe0602a
commit
487a54ffc0
|
@ -39,6 +39,8 @@ namespace OpenSim.Framework.Data.SQLite
|
|||
MainLog.Instance.Verbose("Inventory", "Sqlite - connecting: " + dbfile);
|
||||
SqliteConnection conn = new SqliteConnection(connectionString);
|
||||
|
||||
TestTables(conn);
|
||||
|
||||
SqliteCommand itemsSelectCmd = new SqliteCommand(invItemsSelect, conn);
|
||||
invItemsDa = new SqliteDataAdapter(itemsSelectCmd);
|
||||
// SqliteCommandBuilder primCb = new SqliteCommandBuilder(primDa);
|
||||
|
|
Loading…
Reference in New Issue