aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman1-5/+9
2009-09-16SceneObjectGroup cleanup. Removes the default constructor and unnecessary nul...John Hurliman1-2/+1
2009-08-19Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ...Diva Canto1-2/+2
2009-08-19Fixing a spot I missed in assets. Switching Grid to the new naming schema wit...Kunnis1-8/+2
2009-08-19* Switching IAssetData to follow the new naming schema, removing the separate...Kunnis1-28/+19
2009-08-17Add copyright headers. Formatting cleanup. Fix a compiler warning.Jeff Ames1-1/+1
2009-08-16* Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra par...Kunnis1-1/+1
2009-08-16* Modified SQLite/SQLiteInventoryStore.cs to not throw if the inventory row d...Kunnis2-18/+14
2009-08-09Formatting cleanup.Jeff Ames1-1/+1
2009-08-07* Remove hard coded 256 limitations from various places. There's no more 2...Teravus Ovares (Dan Olivares)1-9/+9
2009-08-06skip sqlite tests on z linux, as sqlite doesn't work right on the platformSean Dague5-13/+13
2009-07-25* Updates libOMV to version 0.7.0Teravus Ovares1-2/+2
2009-07-10* Added a user friendly message to the sqlite regionsettings saver giving the...Teravus Ovares1-1/+17
2009-06-19more type clean fixes for mono 2.4.2Sean Dague1-8/+8
2009-06-18mono 2.4.2 seems a little more type strict, fix some sqlite tests to passSean Dague1-2/+2
2009-06-10Thank you kindly, BlueWall, for a patch that solves:Charles Krinke1-9/+9
2009-06-10Formatting cleanup.Jeff Ames1-4/+4
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames14-14/+14
2009-05-25* Upped version number to 0.6.5lbsa711-2/+2
2009-05-15* Change default sqlite asset db back to Asset.db instead of AssetStorage.dbJustin Clarke Casey1-2/+2
2009-05-07* Consistently use dashed uuid format for sqlite region data, as was previous...Justin Clarke Casey2-38/+114
2009-04-29* minor: remove some mono compiler warningsJustin Clarke Casey1-5/+0
2009-04-25Thanks, Ewe Loon for a patch thatHomer Horwitz2-15/+278
2009-04-24silly C# not letting me use a File.Exists test for a directory. Don'tSean Dague5-5/+5
2009-04-24change power linux detection method, the previous method only workedSean Dague5-10/+10
2009-04-13* Some more experimental work on distributed assets. Nothing hotwired yet.lbsa711-1/+1
2009-04-10* Apply http://opensimulator.org/mantis/view.php?id=3439Justin Clarke Casey3-11/+11
2009-04-09* minor: correct some documentation in SQLiteAssetData.csJustin Clarke Casey1-8/+2
2009-04-09* Change SQLite asset UUID to dashed format to be consistentJustin Clarke Casey2-6/+13
2009-04-09* Change UUIDs in SQLite user db to dashed format to match representations el...Justin Clarke Casey3-11/+22
2009-04-09* Improve inventory uuid conversions to make sure that we aren't converting a...Justin Clarke Casey1-8/+29
2009-04-09* Migrate UUID representations in SQLite inventory store to dashed formatJustin Clarke Casey2-28/+42
2009-04-09* Moved the DatabaseTestAttribute to Test.Common, and thus included ref to th...lbsa715-0/+5
2009-04-09* Added custom DatabaseTestAttribute to help separating unit tests from compo...lbsa715-5/+5
2009-04-08SQLite doesn't work on ppc64, so ignore these tests if we areSean Dague5-0/+30
2009-04-08* Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey1-4/+4
2009-04-05Adding migrations for MySQL and SQLite for removing the "old" cloud image.Homer Horwitz1-0/+1
2009-04-01* Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa711-1/+1
2009-03-23Committing partial work on passing folders across instances. This may crash.Melanie Thielker1-0/+5
2009-03-22Make offline gives work in SQLite standalonesMelanie Thielker1-0/+8
2009-03-21Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker1-0/+5
2009-03-09Implemented FetchAssetMetadataSet in DB backends.Mike Mazur1-0/+50
2009-02-25* Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I...lbsa711-7/+0
2009-02-21* Applied a patch that: Added estate ban table to migration scripts and nhibe...lbsa711-4/+4
2009-02-20* Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa711-3/+3
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-23/+23
2009-02-16- remove dependency on OpenSim.Grid.AssetServer.Plugins.Opensim inMike Mazur1-1/+0
2009-02-16- add OpenSim.Grid.AssetServer.Plugins.OpenSim as a dependency for OpenSim.Da...Mike Mazur1-0/+1
2009-02-12* optimized usings.lbsa7112-57/+15
2009-02-09Update svn properties, minor formatting cleanup.Jeff Ames1-65/+65