| Commit message (Expand) | Author | Files | Lines |
2010-04-30 | rename SQLiteNG to SQLite and SQLite to SQLiteLegacy | Justin Clark-Casey (justincc) | 1 | -13/+2 |
2010-04-23 | put SQLiteNG classes in their own namespace to avoid confusion | Justin Clark-Casey | 1 | -1/+1 |
2010-04-23 | Change SQLiteNG to work with mono 2.6 and above using the Mono.Data.Sqlite.dll | Justin Clark-Casey (justincc) | 1 | -1/+12 |
2010-04-23 | Duplicate OpenSim.Data.SQLite into OpenSim.Data.SQLiteNG. SQLiteNG will shor... | Justin Clark-Casey (justincc) | 1 | -0/+0 |
2010-02-14 | Extraneous debug messages removed | Diva Canto | 1 | -4/+0 |
2010-02-14 | Added UserAccount, Avatar and Authentication to Data.Null, so that OpenSim ca... | Diva Canto | 1 | -28/+39 |
2009-08-19 | Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ... | Diva Canto | 1 | -2/+2 |
2009-08-17 | Add copyright headers. Formatting cleanup. Fix a compiler warning. | Jeff Ames | 1 | -1/+1 |
2009-08-16 | * Modified SQLite/SQLiteInventoryStore.cs to not throw if the inventory row d... | Kunnis | 1 | -1/+2 |
2009-06-18 | mono 2.4.2 seems a little more type strict, fix some sqlite tests to pass | Sean Dague | 1 | -2/+2 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 1 | -1/+1 |
2009-04-09 | * Change UUIDs in SQLite user db to dashed format to match representations el... | Justin Clarke Casey | 1 | -1/+1 |
2009-04-09 | * Migrate UUID representations in SQLite inventory store to dashed format | Justin Clarke Casey | 1 | -28/+27 |
2009-04-08 | * Make it possible to store creator strings in user inventory items as well a... | Justin Clarke Casey | 1 | -4/+4 |
2009-03-23 | Committing partial work on passing folders across instances. This may crash. | Melanie Thielker | 1 | -0/+5 |
2009-03-22 | Make offline gives work in SQLite standalones | Melanie Thielker | 1 | -0/+8 |
2009-03-21 | Add a QueryItem method to the inventory subsystem. Currently implemented for | Melanie Thielker | 1 | -0/+5 |
2009-02-12 | * optimized usings. | lbsa71 | 1 | -1/+1 |
2008-11-14 | Add SQLite and the missing migrations files for last commit | Melanie Thielker | 1 | -0/+3 |
2008-09-26 | * Patch from JHurliman | Teravus Ovares | 1 | -6/+6 |
2008-09-24 | Add persistence of active gestures. This needs an UGAIM update to work. | Homer Horwitz | 1 | -0/+19 |
2008-09-19 | Small formatting cleanup, before chi11ken notices. Me bad. | Homer Horwitz | 1 | -5/+10 |
2008-09-18 | - Add Dispose method to IRegionDataStore | Homer Horwitz | 1 | -8/+25 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -27/+27 |
2008-08-27 | getting rid of pre-Migration cruft | Sean Dague | 1 | -111/+0 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+26 |
2008-08-10 | Mantis#1903. Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 1 | -4/+93 |
2008-07-31 | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 1 | -12/+21 |
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 1 | -10/+10 |
2008-06-26 | Apply patch from bug #1605 -- Documentation for Data/SQLite. Thanks kerunix_... | Jeff Ames | 1 | -11/+93 |
2008-06-11 | check in working migration code fore SQLite. This | Sean Dague | 1 | -55/+65 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -17/+17 |
2008-05-14 | More formatting cleanup. | Jeff Ames | 1 | -1/+2 |
2008-05-01 | * In ur code. Making it static. | Adam Frisby | 1 | -7/+7 |
2008-05-01 | * Align new fields upgrade sql to have the same 'not null' and default settin... | Justin Clarke Casey | 1 | -2/+2 |
2008-04-30 | * Deal with a situation where the new fields in the inventory store are null ... | Justin Clarke Casey | 1 | -6/+18 |
2008-04-30 | * Trivial sqlite inventory db log message change so I can pick out the messag... | Justin Clarke Casey | 1 | -7/+7 |
2008-04-30 | * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank... | Teravus Ovares | 1 | -1/+31 |
2008-04-29 | * Preparatory work for autoupgrade of sqlite inventory tables in preparation ... | Justin Clarke Casey | 1 | -2/+36 |
2008-04-23 | allow for Inventory database source to be specified in main | Sean Dague | 1 | -10/+6 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -2/+2 |
2008-04-08 | further refactor and rename of InventoryFolderBase properties | Sean Dague | 1 | -2/+2 |
2008-04-07 | more refactoring, this time on InventoryFolderBase | Sean Dague | 1 | -21/+21 |
2008-04-07 | Refactor InventoryItemBase to do the following: | Sean Dague | 1 | -31/+31 |
2008-04-07 | add some error messages for abuse of our IInventoryData interface | Sean Dague | 1 | -6/+18 |
2008-04-02 | fix ups to include OpenSim.Framework explicit includes (they | Sean Dague | 1 | -0/+1 |
2008-04-02 | attempt to fix up all refernces to new directory structure | Sean Dague | 1 | -1/+1 |
2008-04-02 | whole lot more moving | Sean Dague | 1 | -0/+0 |
2008-03-28 | * Send full inventory folder skeleton to standalone client logins rather than... | Justin Clarke Casey | 1 | -6/+2 |
2008-03-28 | * Introduced common abstract AssetDataBase implementing IAssetProvider | lbsa71 | 1 | -1/+1 |