aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker67-652/+652
2017-01-05Create all tables ad InnoDB by defaultMelanie Thielker4-22/+22
2017-01-04PGSQL fixed a missing cast to uuid in XInventoryDataGeir Nøklebye1-1/+1
2016-12-04The new Constant: integer OBJECT_REZZER_KEY = 32;Mandarinka Tasty4-2/+26
2016-12-01 fix a typo in dbs region rangeUbitUmarov2-2/+2
2016-11-26Increase float precision for windlight needed by scripts. mySQL Migration on ...AliciaRaven1-0/+63
2016-11-24 revert changes to asset desc size, my bad.. this field will possible go away...UbitUmarov4-23/+15
2016-11-22change asset description max sizeUbitUmarov4-15/+23
2016-11-09fix some invalid string.format argumentsUbitUmarov2-3/+17
2016-09-27MySQLFSAssetData asset type is a int not a varcharUbitUmarov1-2/+2
2016-09-27MySQLFSAssetData on store, if a asset already exists, assume its a valid sto...UbitUmarov1-1/+7
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 methodsUbitUmarov4-0/+105
2016-09-17 add to databases a table to store baked terrain.UbitUmarov7-11/+175
2016-09-15Minor, remove unused OSDMap declaration in MySQL profilesAliciaRaven1-4/+1
2016-09-05Fix some wrong handling of booleans for SeeAVs, AnyAVSounds and GroupAVSounds...tglion1-3/+9
2016-09-01asset tests that still need UploadAttemptsUbitUmarov1-0/+18
2016-09-01assets uploads to grid. Change the retry code. Stop using asset.UploadAttempt...UbitUmarov1-18/+0
2016-08-22workaround potencial memory leaksUbitUmarov3-61/+66
2016-07-15PGSQL: Update simulation data with a number of missing fields for parcels. So...Geir Nøklebye2-6/+24
2016-06-17Mantis #7848: something wrong with a data field in Groups V2Diva Canto1-2/+1
2016-04-28Fix incorrect SQLite syntax in MigrationsMelanie Thielker1-1/+1
2016-04-25POSTGRES: Update database migrations to be in accordance with MySQL table def...Geir Nøklebye3-1/+39
2016-04-25Updated the code to handle Agent Preferences. Thanks to TomDataworks for prov...Geir Nøklebye2-13/+5
2016-04-25Fix Mantis #7805, table handler needs to look for all unique constraints.TomDataworks1-21/+16
2016-04-25POSTGRES: Added check for Heightfield not equal to Database NULL.. Mirrors Op...Geir Nøklebye1-2/+7
2016-04-05Fix missing id parameter in FSAssets database connector when updating Access ...AliciaRaven1-3/+3
2016-03-24Correct case in the names of the Avatar and Friends tablesKevin Cozens2-2/+2
2016-03-22Correct the case of the Presence tableMelanie Thielker1-1/+1
2016-03-22Add migration to add "active" column on PGSQL. UNTESTED!Melanie Thielker1-0/+6
2016-03-22Change casing on UserAccountsMelanie Thielker1-1/+1
2016-03-22Fix some artefacts that came from merging the OSGrid code.Melanie Thielker1-1/+2
2016-03-05Port the safer database access and the cure for "Chicken Bones" whichMelanie Thielker1-188/+191
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ...Diva Canto5-5/+5
2016-02-21The old sqlite inventory data interface was still around and causing problems...Diva Canto3-960/+0
2016-02-21SQLite: Removed obsolete migration fileDiva Canto1-169/+0
2016-02-21Flatten migrations for sqliteDiva Canto4-605/+193
2016-02-21MySQL migrations: fix one last migration that had been left behindDiva Canto1-0/+7
2016-02-20Flatten migrations for MySQL.Diva Canto13-1514/+432
2016-01-10Fix region data range selection in the PGSQL backend.TomDataworks1-11/+53
2015-11-21row format fixed removed to allow creation of regions tableShy Robbiani1-1/+5
2015-11-17 work around some 'tests' errors: assets are modified by the test, on current...UbitUmarov1-0/+18
2015-11-16 work around some 'tests' errorsUbitUmarov1-2/+9
2015-10-20 store rotation axis locks in MySql and SQlite dbs ( others need to be update...UbitUmarov4-5/+26
2015-09-28 put back virtual declarationsUbitUmarov1-14/+14
2015-09-28 remove virtual declarations master doesnt haveUbitUmarov1-14/+14
2015-09-21 SQLite db migration updateUbitUmarov3-6/+57
2015-09-15Added migration for UserAccounts table.Kevin Cozens1-0/+7
2015-09-15 remove redundant using(){}UbitUmarov1-47/+40