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