aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite (unfollow)
Commit message (Expand)AuthorFilesLines
2010-02-21Deleted obsolete files in the Data layer. Compiles.Diva Canto4-1837/+0
2010-02-21Bug fixes on field names in order to make data import work from old users tab...Diva Canto1-1/+1
2010-02-21* Added SQlite connector for AvatarData. Tested -- works.Diva Canto2-0/+83
2010-02-21SQLite connector for UserAccounts and Auth works. Yey!Diva Canto4-53/+69
2010-02-20Restored mising m_Connection.Diva Canto2-4/+7
2010-02-21Fix SQLite locking and make it more fascist for nowMelanie1-14/+22
2010-02-20Reverted SQLite/SQLiteGenericTableHandler to what it was + singleton.Diva Canto1-6/+6
2010-02-20SQLite connector better, but access to tables still doesn't work.Diva Canto3-28/+62
2010-02-20Added UserAccountData and auth to the SQLite connector. Compiles, runs, but a...Diva Canto8-7/+359
2010-02-14Extraneous debug messages removedDiva Canto1-4/+0
2010-02-14Added UserAccount, Avatar and Authentication to Data.Null, so that OpenSim ca...Diva Canto1-28/+39
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-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
2009-12-06Getting rid of the dead field RootInventoryFolderId on UserProfileData, It's ...Kunnis1-2/+5
2009-11-12minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-16/+16
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman1-4/+5
2009-11-02Removing duplicate SceneObjectPart.RotationalVelocity propertyJohn Hurliman1-4/+4
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman1-5/+9
2009-10-02reducing region DB log spamdr scofield (aka dirk husemann)1-1/+1
2009-10-02- cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)1-6/+6
2009-10-01Switched log level of an annoying message in SQLite to Debug, and commented i...Diva Canto1-2/+2
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
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