| Commit message (Expand) | Author | Files | Lines |
2008-09-26 | * minor: remove warnings | Justin Clarke Casey | 4 | -4/+4 |
2008-09-25 | removal of more dead alter table code | Sean Dague | 1 | -39/+2 |
2008-09-24 | light mysql user tests | Sean Dague | 1 | -0/+88 |
2008-09-24 | expose it for real, missed the public keyword | Sean Dague | 1 | -1/+1 |
2008-09-24 | expose MySQLUserData class so that it can be tested | Sean Dague | 1 | -1/+1 |
2008-09-24 | remove configurable table names from the mysql user driver. That | Sean Dague | 1 | -24/+3 |
2008-09-24 | Add persistence of active gestures. This needs an UGAIM update to work. | Homer Horwitz | 4 | -0/+65 |
2008-09-24 | light the mysql region tests | Sean Dague | 1 | -0/+97 |
2008-09-24 | let the asset tests run on MySQL. Interesting difference here, the | Sean Dague | 4 | -4/+102 |
2008-09-24 | remove a bunch of out of date inline ALTER table commands that would only | Sean Dague | 1 | -84/+17 |
2008-09-23 | couple of minor test cleanups to see if this gets us past the bamboo hump | Sean Dague | 5 | -12/+4 |
2008-09-23 | create the first attempted mysql test. This only runs locally if you | Sean Dague | 1 | -8/+19 |
2008-09-23 | remove log4net references, see if that helps fix bamboo | Sean Dague | 1 | -9/+1 |
2008-09-23 | check in stubbing for mysql tests. This is ignored with | Sean Dague | 1 | -0/+74 |
2008-09-21 | * minor: warnings removal | Justin Clarke Casey | 1 | -1/+1 |
2008-09-20 | remove some extraneous debug messages from migrations | Sean Dague | 1 | -2/+0 |
2008-09-19 | Small formatting cleanup, before chi11ken notices. Me bad. | Homer Horwitz | 3 | -20/+39 |
2008-09-19 | add in bits to attempt to enable log4net on these tests to help when debugging | Sean Dague | 3 | -0/+27 |
2008-09-19 | add a region settings test | Sean Dague | 1 | -0/+13 |
2008-09-19 | convert to using proper .net tempfiles, should have done this | Sean Dague | 4 | -4/+13 |
2008-09-18 | Add a db.Dispose before calling Delete on the SQLite database. | Homer Horwitz | 4 | -1/+5 |
2008-09-18 | - Add Dispose method to IRegionDataStore | Homer Horwitz | 8 | -10/+110 |
2008-09-18 | * Updates the SQLite region database to support the same properties that the ... | Teravus Ovares | 3 | -1/+190 |
2008-09-18 | adds support to delete a region completely and offers that | Dr Scofield | 1 | -1/+0 |
2008-09-18 | add some comments and some try blocks around object storage | Sean Dague | 1 | -3/+26 |
2008-09-17 | Adding currentLookAt to useragents table in SQLite. This complements the | Homer Horwitz | 2 | -0/+15 |
2008-09-16 | Added some terrain tests, and found a fun race condition in the sqlite | Sean Dague | 3 | -26/+97 |
2008-09-16 | we can use equals on strings because they are comparible, and | Sean Dague | 1 | -3/+3 |
2008-09-16 | Mantis #904: Thanks jonc, for a patch that adds "useragents" table to | Homer Horwitz | 2 | -67/+84 |
2008-09-16 | add an inventory change test. | Sean Dague | 1 | -0/+19 |
2008-09-15 | Update svn properties, minor formatting cleanup, fix a compiler warning. | Jeff Ames | 1 | -3/+6 |
2008-09-14 | Mantis #2124 | Melanie Thielker | 24 | -1717/+2573 |
2008-09-14 | Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 1 | -0/+6 |
2008-09-13 | * Adds regiondata and estatedata persistence in Sqlite. This commit is actu... | Teravus Ovares | 1 | -0/+3 |
2008-09-13 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-09-13 | * Fixes SQLite load crash. | Teravus Ovares | 1 | -2/+3 |
2008-09-13 | Add region settings support to SQLite (untested!) | Melanie Thielker | 1 | -1/+183 |
2008-09-13 | wrap log4net configure in try block so that it will run if you don't have a | Sean Dague | 1 | -1/+5 |
2008-09-13 | 2 more InventoryItem tests, plus see if I can leave the log4net | Sean Dague | 2 | -0/+26 |
2008-09-12 | * minor: spelling mistake and message tidying on Migration messages | Justin Clarke Casey | 1 | -5/+5 |
2008-09-12 | add first round of folder tests | Sean Dague | 1 | -44/+98 |
2008-09-12 | * Make fix to MSSQLRegionData.cs in LoadLandObjects as recommended by Garrett... | Justin Clarke Casey | 1 | -1/+1 |
2008-09-12 | * Add userstore sql upgrade I carelessly forgot to check in a couple of revis... | Justin Clarke Casey | 1 | -0/+5 |
2008-09-12 | * Patch http://opensimulator.org/mantis/view.php?id=2163 | Justin Clarke Casey | 2 | -0/+12 |
2008-09-12 | * Check in first part of http://opensimulator.org/mantis/view.php?id=2073 | Justin Clarke Casey | 1 | -3/+6 |
2008-09-12 | because UUID supports equality, we can do a straight equals instead of | Sean Dague | 1 | -3/+3 |
2008-09-12 | use new style asserts. They are much easier to read. | Sean Dague | 1 | -2/+2 |
2008-09-12 | move the actual [Test] methods for databases to OpenSim.Data.Tests | Sean Dague | 7 | -167/+308 |
2008-09-12 | change order in prebuild.xml so this works in nant on a clean | Sean Dague | 1 | -1/+1 |
2008-09-12 | be more clever and move the bulk of the db tests for inventory into | Sean Dague | 2 | -140/+187 |