aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-2/+2
* Implement folder version updating for the sqlite inventory pluginJustin Clark-Casey (justincc)2012-11-151-5/+5
* More consistently dispose of SqliteCommand in OpenSim.Data.SQLite where possi...Justin Clark-Casey (justincc)2012-11-141-51/+55
* refactor: Pull up Assembly of the SQLite classes as a protected property, so ...Marck2011-07-161-3/+7
* fix bug where generic sqlite table delete wasn't working.Justin Clark-Casey (justincc)2011-05-271-1/+1
* Allow item links to be deleted even when other deletes and purges are disabled.Justin Clark-Casey (justincc)2011-05-191-6/+22
* Accidentally committed too earlyJustin Clark-Casey (justincc)2011-05-181-22/+6
* Allow item links to be deleted even when other deletes and purges are disabled.Justin Clark-Casey (justincc)2011-05-171-6/+22
* * Add CSharpSqlite to prebuildTeravus Ovares (Dan Olivares)2010-09-231-1/+5
* minor: eliminate more debug Console.WriteLines, convert one to logging insteadJustin Clark-Casey (justincc)2010-04-301-1/+1
* rename SQLiteNG to SQLite and SQLite to SQLiteLegacyJustin Clark-Casey (justincc)2010-04-301-8/+10
* SQLite connector for UserAccounts and Auth works. Yey!Diva Canto2010-02-211-5/+11
* Reverted SQLite/SQLiteGenericTableHandler to what it was + singleton.Diva Canto2010-02-201-6/+6
* SQLite connector better, but access to tables still doesn't work.Diva Canto2010-02-201-6/+10
* Added UserAccountData and auth to the SQLite connector. Compiles, runs, but a...Diva Canto2010-02-201-4/+11
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2010-02-031-3/+1
* Sqlite framework and generic handler. They compile. More I cannot say.Melanie2010-01-041-0/+253