aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteXInventoryData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-10/+4
* refactor: move common inventory folder version update code to parent class in...Justin Clark-Casey (justincc)2012-11-151-32/+10
* Implement folder version updating for the sqlite inventory pluginJustin Clark-Casey (justincc)2012-11-151-2/+137
* More consistently dispose of SqliteCommand in OpenSim.Data.SQLite where possi...Justin Clark-Casey (justincc)2012-11-141-22/+29
* Update parent inventory folder version numbers when folders are moved/created...Justin Clark-Casey (justincc)2012-11-091-3/+27
* Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process.Justin Clark-Casey (justincc)2012-02-211-0/+3
* refactor: Pull up Assembly of the SQLite classes as a protected property, so ...Marck2011-07-161-1/+1
* Allow item links to be deleted even when other deletes and purges are disabled.Justin Clark-Casey (justincc)2011-05-191-0/+10
* Accidentally committed too earlyJustin Clark-Casey (justincc)2011-05-181-10/+0
* Allow item links to be deleted even when other deletes and purges are disabled.Justin Clark-Casey (justincc)2011-05-171-0/+10
* * Add CSharpSqlite to prebuildTeravus Ovares (Dan Olivares)2010-09-231-1/+5
* Same patch as before but for SQLite.Diva Canto2010-06-271-0/+8
* Switched everything to XInventory by default. The old Inventory is still ther...Diva Canto2010-05-021-1/+1
* rename SQLiteNG to SQLite and SQLite to SQLiteLegacyJustin Clark-Casey (justincc)2010-04-301-2/+2
* SQLite connector for UserAccounts and Auth works. Yey!Diva Canto2010-02-211-3/+3
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2010-02-031-2/+1
* Add the port of the XInventoryService for the new Sqlite frameworkMelanie2010-01-051-0/+156