aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteXInventoryData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-10/+4
2012-11-15refactor: move common inventory folder version update code to parent class in...Justin Clark-Casey (justincc)1-32/+10
2012-11-15Implement folder version updating for the sqlite inventory pluginJustin Clark-Casey (justincc)1-2/+137
2012-11-14More consistently dispose of SqliteCommand in OpenSim.Data.SQLite where possi...Justin Clark-Casey (justincc)1-22/+29
2012-11-09Update parent inventory folder version numbers when folders are moved/created...Justin Clark-Casey (justincc)1-3/+27
2012-02-21Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process.Justin Clark-Casey (justincc)1-0/+3
2011-07-16refactor: Pull up Assembly of the SQLite classes as a protected property, so ...Marck1-1/+1
2011-05-19Allow item links to be deleted even when other deletes and purges are disabled.Justin Clark-Casey (justincc)1-0/+10
2011-05-18Accidentally committed too earlyJustin Clark-Casey (justincc)1-10/+0
2011-05-17Allow item links to be deleted even when other deletes and purges are disabled.Justin Clark-Casey (justincc)1-0/+10
2010-09-23* Add CSharpSqlite to prebuildTeravus Ovares (Dan Olivares)1-1/+5
2010-06-27Same patch as before but for SQLite.Diva Canto1-0/+8
2010-05-02Switched everything to XInventory by default. The old Inventory is still ther...Diva Canto1-1/+1
2010-04-30rename SQLiteNG to SQLite and SQLite to SQLiteLegacyJustin Clark-Casey (justincc)1-2/+2
2010-02-21SQLite connector for UserAccounts and Auth works. Yey!Diva Canto1-3/+3
2010-02-03minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+1
2010-01-05Add the port of the XInventoryService for the new Sqlite frameworkMelanie1-24/+24
2010-01-04Finish conversion if XInventoryServiceMelanie1-6/+49
2010-01-04First stage port of the XInventoryServiceMelanie1-0/+113