aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteInventoryStore.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-916/+0
2016-11-04Attempt to move everything writable, and the configs, out of the bin directory.David Walter Seikel1-1/+1
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-2/+2
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
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto1-2/+2
2010-09-23* Add CSharpSqlite to prebuildTeravus Ovares (Dan Olivares)1-1/+5
2010-09-12Formatting cleanup.Jeff Ames1-3/+3
2010-04-30rename SQLiteNG to SQLite and SQLite to SQLiteLegacyJustin Clark-Casey (justincc)1-1/+12
2010-02-14Extraneous debug messages removedDiva Canto1-4/+0
2010-02-14Added UserAccount, Avatar and Authentication to Data.Null, so that OpenSim ca...Diva Canto1-28/+39
2009-08-19Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ...Diva Canto1-2/+2
2009-08-17Add copyright headers. Formatting cleanup. Fix a compiler warning.Jeff Ames1-1/+1
2009-08-16* Modified SQLite/SQLiteInventoryStore.cs to not throw if the inventory row d...Kunnis1-1/+2
2009-06-18mono 2.4.2 seems a little more type strict, fix some sqlite tests to passSean Dague1-2/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-04-09* Change UUIDs in SQLite user db to dashed format to match representations el...Justin Clarke Casey1-1/+1
2009-04-09* Migrate UUID representations in SQLite inventory store to dashed formatJustin Clarke Casey1-28/+27
2009-04-08* Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey1-4/+4
2009-03-23Committing partial work on passing folders across instances. This may crash.Melanie Thielker1-0/+5
2009-03-22Make offline gives work in SQLite standalonesMelanie Thielker1-0/+8
2009-03-21Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker1-0/+5
2009-02-12* optimized usings.lbsa711-1/+1
2008-11-14Add SQLite and the missing migrations files for last commitMelanie Thielker1-0/+3
2008-09-26* Patch from JHurlimanTeravus Ovares1-6/+6
2008-09-24Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz1-0/+19
2008-09-19Small formatting cleanup, before chi11ken notices. Me bad.Homer Horwitz1-5/+10
2008-09-18- Add Dispose method to IRegionDataStoreHomer Horwitz1-8/+25
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-27/+27
2008-08-27getting rid of pre-Migration cruftSean Dague1-111/+0
2008-08-18Formatting cleanup.Jeff Ames1-26/+26
2008-08-10Mantis#1903. Thank you kindly, CMickeyb for a patch that:Charles Krinke1-4/+93
2008-07-31Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur1-12/+21
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-10/+10
2008-06-26Apply patch from bug #1605 -- Documentation for Data/SQLite. Thanks kerunix_...Jeff Ames1-11/+93
2008-06-11check in working migration code fore SQLite. This Sean Dague1-55/+65
2008-05-16Formatting cleanup.Jeff Ames1-17/+17
2008-05-14More formatting cleanup.Jeff Ames1-1/+2
2008-05-01* In ur code. Making it static.Adam Frisby1-7/+7
2008-05-01* Align new fields upgrade sql to have the same 'not null' and default settin...Justin Clarke Casey1-2/+2
2008-04-30* Deal with a situation where the new fields in the inventory store are null ...Justin Clarke Casey1-6/+18
2008-04-30* Trivial sqlite inventory db log message change so I can pick out the messag...Justin Clarke Casey1-7/+7
2008-04-30* Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...Teravus Ovares1-1/+31
2008-04-29* Preparatory work for autoupgrade of sqlite inventory tables in preparation ...Justin Clarke Casey1-2/+36
2008-04-23allow for Inventory database source to be specified in mainSean Dague1-10/+6
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-2/+2
2008-04-08further refactor and rename of InventoryFolderBase propertiesSean Dague1-2/+2
2008-04-07more refactoring, this time on InventoryFolderBaseSean Dague1-21/+21
2008-04-07Refactor InventoryItemBase to do the following:Sean Dague1-31/+31
2008-04-07add some error messages for abuse of our IInventoryData interfaceSean Dague1-6/+18
2008-04-02fix ups to include OpenSim.Framework explicit includes (theySean Dague1-0/+1