aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite (unfollow)
Commit message (Expand)AuthorFilesLines
2010-04-16One more bug fix in sqlite sql statements.Diva Canto1-1/+1
2010-04-16Bug fix: UserAccounts in SQLite was missing the primary key constraint.Diva Canto1-1/+1
2010-04-16Bug fix in SQLite/SQLiteUserAccountData.cs: Missing'(' in one of the SQL stat...Diva Canto1-1/+1
2010-04-14minor: add some documentation around the asset udp request path and replace s...Justin Clark-Casey (justincc)1-1/+1
2010-03-31Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie1-2/+11
2010-03-23UNTESTED SQLite code to enable estate setup in interactive confgurationMelanie1-7/+45
2010-03-23First stage of the new interactive region creation. This will allow creationMelanie1-0/+25
2010-03-22Remove the reading of estate_settings.xml and the associated processing ofMelanie1-18/+2
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-1/+1
2010-03-01Changed the query in GetFriends in SQLite to match the one in MySql.Diva Canto1-1/+1
2010-02-28Added FriendsData to both Null storage and SQLite. Untested.Diva Canto4-1/+86
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-1/+1
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman1-1/+2
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