aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-08Move various paths out of the bin directory.onefang1-2/+2
2019-08-18try again to update SQLite estatebanUbitUmarov1-3/+2
2019-08-18try to update SQLite estatebanUbitUmarov2-6/+16
2019-03-07don't read from dbs wrong sound flagsUbitUmarov1-1/+4
2019-01-21another missing fileUbitUmarov1-5/+4
2018-01-20add sqlite files for mutes module ( done only minimal tests)UbitUmarov2-0/+87
2018-01-12fix some odd sql queries ap not in useUbitUmarov1-2/+2
2017-07-23mantis 8212 fix sqlite parameter prefixingUbitUmarov1-1/+1
2017-07-22mantis 8212 do use defined sqlite connectionUbitUmarov1-7/+1
2017-04-01 store the physics inertia override in SQliteUbitUmarov2-0/+17
2017-01-05Massive tab and trailing space cleanupMelanie Thielker11-112/+112
2016-12-04The new Constant: integer OBJECT_REZZER_KEY = 32;Mandarinka Tasty2-0/+11
2016-11-24 revert changes to asset desc size, my bad.. this field will possible go away...UbitUmarov1-5/+5
2016-11-22change asset description max sizeUbitUmarov1-5/+5
2016-09-18fix typo in table name, thx tglionUbitUmarov1-1/+1
2016-09-17restore sqlite fixes from commit 0e6874..that got lostUbitUmarov1-3/+10
2016-09-17 add load baked terrain methodsUbitUmarov1-0/+28
2016-09-17 add to databases a table to store baked terrain.UbitUmarov2-11/+53
2016-09-05Fix some wrong handling of booleans for SeeAVs, AnyAVSounds and GroupAVSounds...tglion1-3/+9
2016-04-28Fix incorrect SQLite syntax in MigrationsMelanie Thielker1-1/+1
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ...Diva Canto1-1/+1
2016-02-21The old sqlite inventory data interface was still around and causing problems...Diva Canto2-955/+0
2016-02-21SQLite: Removed obsolete migration fileDiva Canto1-169/+0
2016-02-21Flatten migrations for sqliteDiva Canto4-605/+193
2015-10-20 store rotation axis locks in MySql and SQlite dbs ( others need to be update...UbitUmarov2-2/+11
2015-09-21 SQLite db migration updateUbitUmarov3-6/+57
2015-09-03 at last we can login and see objects ( friends is dead and disable inUbitUmarov1-0/+12
2015-09-02seems to compile ( tests comented out)UbitUmarov2-3/+2
2015-08-08Corrected spelling of SQLITE. Fixes mantis #7675.Kevin Cozens1-1/+1
2015-06-14Removing the Store methods in the DB layer of AgentPreferences, as they were ...Diva Canto1-4/+0
2015-06-14Quell three new warnings I introduced with AgentPrefsData, return an empty ll...Cinder1-2/+2
2015-06-13AgentPreferences SQLLite Migration update Mantis #7157Roger Kirkman1-0/+19
2015-06-13SQLite and PGSQL adapters for AgentPreferencesCinder2-0/+81
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto1-1/+1
2015-04-12Change UserProfiles so that the parcel name is used for a ProfilePick and not...AliciaRaven1-2/+2
2015-03-27varregion: refactor use of 'double heightmap[,]' into references to new class...Robert Adams1-21/+33
2014-11-25Fix whitespace hoping to avoid a floggingBlueWall1-3/+3
2014-11-24Re-work handling of email notifications settings.BlueWall1-3/+0
2014-11-23Fix handling of user preference updates where no email address is suppliedBlueWall1-2/+7
2014-10-15Fix logging level to Error in exception handlersBlueWall1-18/+18
2014-07-17fix all instances of "non-existant" to "non-existent" (spelling mistakes) tha...Michael Cerquoni1-2/+2
2014-06-17Change assembly versions to 0.8.1Justin Clark-Casey (justincc)1-1/+1
2014-04-24When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constru...Oren Hurvitz1-6/+0
2014-04-23Eliminated many warningsOren Hurvitz3-4/+3
2014-04-22Changed the maximum asset name and description lengths to constants. Also, pr...Oren Hurvitz1-4/+4
2014-04-02Fixed AssetsExist in SQLiteOren Hurvitz1-2/+2
2014-04-02Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz1-15/+22
2014-01-28Repair database routines so they properly return null when asked forRobert Adams1-1/+5
2014-01-05Remove the core module extra profile settings support carried in with the latestMelanie1-0/+2
2013-12-16Populate user preferences with UserAccount email if it is present, else retur...BlueWall1-1/+2