aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * refactor: Expose SOG.SetRootPart for outsiders to use rather than setting R...Justin Clarke Casey2008-11-101-4/+3
* Work in progress on SECS stuff. Have been holding it off until after 0.6 rele...Tedd Hansen2008-11-081-2/+2
* add some null protection on emailSean Dague2008-11-041-1/+2
* implement email field for MySQL and SQLiteSean Dague2008-11-042-0/+8
* Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz2008-11-011-1/+21
* - Includes consistency test for new and updated objects, asSean Dague2008-10-301-13/+4
* Mid-work, trying to fix region part insertion and retrievalSean Dague2008-10-301-8/+34
* Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.Melanie Thielker2008-10-182-0/+13
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-171-2/+2
* - Enforced no user or agent with UUID 0 on agent DB insertionSean Dague2008-10-161-0/+4
* - Makes MySQL reject inserting UUID 0Sean Dague2008-10-151-0/+35
* move from index based to exists strategy hereSean Dague2008-10-141-10/+36
* Merge commit 'arthur/master'Sean Dague2008-10-141-4/+10
* Add the missing bits for the new region-search:Homer Horwitz2008-10-031-0/+12
* fix the sqlite break. There were two issue here:Sean Dague2008-10-031-1/+2
* Add database persistence for material settingMelanie Thielker2008-10-032-0/+11
* add delete prim tests. Found and fixed bugs where regionSean Dague2008-10-011-1/+1
* add a test for updating region settings and fix a bug in uuidSean Dague2008-09-291-1/+1
* * Patch from JHurlimanTeravus Ovares2008-09-262-11/+11
* Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz2008-09-241-0/+19
* remove a bunch of out of date inline ALTER table commands that would onlySean Dague2008-09-241-84/+17
* couple of minor test cleanups to see if this gets us past the bamboo humpSean Dague2008-09-231-8/+0
* Small formatting cleanup, before chi11ken notices. Me bad.Homer Horwitz2008-09-193-20/+39
* convert to using proper .net tempfiles, should have done thisSean Dague2008-09-194-4/+13
* Add a db.Dispose before calling Delete on the SQLite database.Homer Horwitz2008-09-184-1/+5
* - Add Dispose method to IRegionDataStoreHomer Horwitz2008-09-184-10/+97
* * Updates the SQLite region database to support the same properties that the ...Teravus Ovares2008-09-182-0/+180
* Adding currentLookAt to useragents table in SQLite. This complements theHomer Horwitz2008-09-172-0/+15
* Added some terrain tests, and found a fun race condition in the sqliteSean Dague2008-09-162-16/+16
* Mantis #904: Thanks jonc, for a patch that adds "useragents" table toHomer Horwitz2008-09-162-67/+84
* Update svn properties, minor formatting cleanup, fix a compiler warning.Jeff Ames2008-09-151-3/+6
* Mantis #2124Melanie Thielker2008-09-141-0/+19
* * Adds regiondata and estatedata persistence in Sqlite. This commit is actu...Teravus Ovares2008-09-131-0/+3
* Formatting cleanup.Jeff Ames2008-09-131-1/+1
* * Fixes SQLite load crash. Teravus Ovares2008-09-131-2/+3
* Add region settings support to SQLite (untested!)Melanie Thielker2008-09-131-1/+183
* wrap log4net configure in try block so that it will run if you don't have aSean Dague2008-09-131-1/+5
* 2 more InventoryItem tests, plus see if I can leave the log4netSean Dague2008-09-131-0/+2
* * Patch http://opensimulator.org/mantis/view.php?id=2163Justin Clarke Casey2008-09-122-0/+12
* move the actual [Test] methods for databases to OpenSim.Data.TestsSean Dague2008-09-123-167/+9
* be more clever and move the bulk of the db tests for inventory intoSean Dague2008-09-121-140/+3
* more inventory folder testsSean Dague2008-09-111-10/+55
* add some folder create and list testsSean Dague2008-09-111-1/+40
* added simple add / exists folder checkSean Dague2008-09-111-0/+41
* add a few more SQLite Asset tests.Sean Dague2008-09-111-3/+31
* added very basic stubs for User and Inventory db creates and emptySean Dague2008-09-102-0/+146
* fix typo in name of test dbSean Dague2008-09-101-1/+1
* add basic sniff tests for SQLite Asset store. Initializes a db,Sean Dague2008-09-101-0/+91
* add a simple update attribute test for SOG & SQLiteSean Dague2008-09-101-2/+22
* added in a few more testsSean Dague2008-09-101-6/+40