aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteFramework.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-14More consistently dispose of SqliteCommand in OpenSim.Data.SQLite where possi...Justin Clark-Casey (justincc)1-8/+1
2012-02-21Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process.Justin Clark-Casey (justincc)1-0/+2
2010-09-23* Add CSharpSqlite to prebuildTeravus Ovares (Dan Olivares)1-1/+5
2010-04-30rename SQLiteNG to SQLite and SQLite to SQLiteLegacyJustin Clark-Casey (justincc)1-5/+9
2010-02-21SQLite connector for UserAccounts and Auth works. Yey!Diva Canto1-17/+14
2010-02-20Restored mising m_Connection.Diva Canto1-0/+1
2010-02-21Fix SQLite locking and make it more fascist for nowMelanie1-14/+22
2010-02-20SQLite connector better, but access to tables still doesn't work.Diva Canto1-8/+5
2010-02-20Added UserAccountData and auth to the SQLite connector. Compiles, runs, but a...Diva Canto1-3/+8
2010-01-04Sqlite framework and generic handler. They compile. More I cannot say.Melanie1-47/+12
2009-11-02Removing Console.WriteLine()s that were brought in with the revertJohn Hurliman1-2/+0
2009-11-02Reverting the memory leak patch for MySQL. Problems have been reported with t...John Hurliman1-8/+5
2009-10-06Remove the using() constructs from the new style database modules; they causedMelanie1-4/+10
2009-10-05Added CloseDBConnection() to replace the old CloseReaderCommand(). This will ...John Hurliman1-7/+7
2009-10-04* MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman1-10/+4
2009-09-04More work on new authentication serviceMelanie1-0/+8
2009-09-04Add the user authentication data adapter. This is meant to use a new tableMelanie1-0/+115