aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (unfollow)
Commit message (Expand)AuthorFilesLines
2010-06-04Fix bug where prim items were not loaded in the new sqlite database handlerJustin Clark-Casey (justincc)1-27/+39
2010-05-21Apply http://opensimulator.org/mantis/view.php?id=4724Justin Clark-Casey (justincc)2-4/+17
2010-04-30take out some more sqlite db console debug linesJustin Clark-Casey (justincc)1-6/+0
2010-04-30fix an issue with user appearance where the new sqlite db adapter expects dir...Justin Clark-Casey (justincc)8-81/+25
2010-04-30Fix a bunch of issues that crop up after the naive porting of the new sqlite ...Justin Clark-Casey (justincc)16-774/+24
2010-04-30take out some debug logging in the sqlite db adaptorJustin Clark-Casey (justincc)1-3/+3
2010-04-30rename SQLiteNG to SQLite and SQLite to SQLiteLegacy this seems the least evi...Justin Clark-Casey (justincc)69-366/+902
2010-04-30get region prim saving working properly in SQLiteNGJustin Clark-Casey (justincc)1-10/+13
2010-04-30dispose of the DbCommand used to execute migrations after we've finished with...Justin Clark-Casey (justincc)1-1/+2
2010-04-30put SQLiteNG classes in their own namespace to avoid confusionJustin Clark-Casey12-12/+12
2010-04-30minor: correct the assembly information for SQLiteNGJustin Clark-Casey (justincc)1-2/+2
2010-04-30Change SQLiteNG to work with mono 2.6 and above using the Mono.Data.Sqlite.dllJustin Clark-Casey (justincc)16-429/+236
2010-04-30Duplicate OpenSim.Data.SQLite into OpenSim.Data.SQLiteNG. SQLiteNG will shor...Justin Clark-Casey (justincc)61-0/+6341
2010-03-01Fix a few compiler warnings.Jeff Ames2-7/+0
2010-02-16Disable Data.BasicRegioNTest.T016_RandomSogWithSceneParts() temporarily since...Justin Clark-Casey (justincc)1-1/+1
2010-02-13* SQLite match code casing with regionsettings table field casing (what's wit...Teravus Ovares (Dan Olivares)1-1/+1
2010-02-13* This is an attempt to resolve mantis 4437 by using SqliteAdapter type state...Teravus Ovares (Dan Olivares)1-11/+100
2010-02-12Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)1-5/+0
2010-02-08Resolve a merge issueMelanie1-79/+86
2010-02-05Updated MySQL connection management to use the MySQL connection pooling. This...Master ScienceSim15-2629/+2230
2010-02-05Fixing an incorrect logging message in insertUserRowOpenSim Master1-1/+1
2010-02-05* Fixed the Cable Beach inventory server to save the CreatorID as well as pro...OpenSim Master1-2/+2
2010-02-06Fixing an incorrect logging message in insertUserRowOpenSim Master1-1/+1
2010-02-06* Fixed the Cable Beach inventory server to save the CreatorID as well as pro...OpenSim Master1-2/+2
2010-02-03minor: remove some mono compiler warningsJustin Clark-Casey (justincc)3-6/+3
2010-01-05Add the port of the XInventoryService for the new Sqlite frameworkMelanie1-0/+156
2010-01-04Sqlite framework and generic handler. They compile. More I cannot say.Melanie2-0/+336
2010-01-04Finish conversion if XInventoryServiceMelanie2-7/+52
2010-01-04First stage port of the XInventoryServiceMelanie3-0/+200
2010-01-04Finish conversion if XInventoryServiceMelanie2-7/+52
2010-01-04First stage port of the XInventoryServiceMelanie3-0/+200
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-3/+3
2010-01-01Prevent the creation of duplicate inventory folders in the case of a loginMelanie1-1/+1
2009-12-31Put PassCollision on the ignore list for testing, since we don't save thatMelanie1-0/+1
2009-12-27Correct some issues with the last commitroot1-1/+2
2009-12-26Correct some issues with the last commitroot1-1/+2
2009-12-26Close a SQL injection loophole in the new database driverMelanie1-2/+3
2009-12-26Make the GenericTableHandler work as intendedroot1-2/+8
2009-12-26Make the GenericTableHandler work as intendedroot1-2/+8
2009-12-26Add a generic REPLACE INTO handler for put into the generic table handlerMelanie1-0/+25
2009-12-17Add cmSetWindlightSceneTargeted. Add restrictions on windlight script use.CasperW1-10/+10
2009-12-13* Implements OSSL function: osGetSimulatorMemory - returns the current amount...Adam Frisby1-0/+3
2009-12-12Commit partial work because of repo changeKitto Flora1-1/+1
2009-12-11Refix the fixMelanie1-1/+1
2009-12-11Kill a NRE caused by an error message trying to print unavailable datagrid1-2/+2
2009-12-11Refix the fixMelanie1-1/+1
2009-12-10Kill a NRE caused by an error message trying to print unavailable datagrid1-2/+2
2009-12-09Windlight configuration option in ini, and migrationunknown1-0/+70
2009-12-09Enable scripting interface for windlightunknown3-0/+12
2009-12-07Initial windlight codebase commitunknown4-4/+211