aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-31WeirdDiva Canto1-4/+4
2010-07-31Show hyperlinksDiva Canto3-81/+81
2010-07-31Implemented console command "show hyperlinks".Marck4-85/+87
2010-07-14Removed a few obsolete mono addin references. Mantis #4854Diva Canto1-9/+0
2010-07-14comment out obsolete assert that 'item has been passed to another user since ...Justin Clark-Casey (justincc)1-1/+1
2010-07-08Hopefully fixes mantis #4852Diva Canto2-4/+4
2010-06-27Same patch as before but for SQLite.Diva Canto1-0/+8
2010-06-27Added checks to XInventory DB layer to truncate names and descriptions.Diva Canto1-1/+9
2010-06-25minor: fix spelling mistake interupt -> interrupt in migrationsJustin Clark-Casey (justincc)1-6/+3
2010-06-25minor: fix spelling mistake interupt -> interrupt in migrationsJustin Clark-Casey (justincc)1-6/+3
2010-06-19Revert "This is a HACK! Downright nasty. For some reason, the devs of the mysql"Melanie1-7/+0
2010-06-19This is a HACK! Downright nasty. For some reason, the devs of the mysqlMelanie1-0/+7
2010-06-17Revert "Set command timeout to infinity on migrations"Melanie1-1/+0
2010-06-17Set command timeout to infinity on migrationsMelanie1-0/+1
2010-06-14* Deleted duplicated migration that was failing anyway.Diva Canto1-2/+0
2010-06-09Add the BEGIN; I had missedMelanie1-0/+1
2010-06-09Re-add Migration version 32, which apparently got dropped completely.Melanie1-0/+72
2010-06-08Changed XInventoryData's CreatorID to a string.Diva Canto1-1/+1
2010-06-08* Changed CreatorIDs consistently to varchar(128)Diva Canto7-53/+62
2010-06-08Add a migration to adjust types in the WL table. The new connector likes thatMelanie1-0/+6
2010-06-04get TestSaveIarV0_1() working again by setting up an OpenSim.Data.Null.UserAu...Justin Clark-Casey (justincc)2-3/+2
2010-06-04remove estate stuff in sqlite region migrations since this also exists in est...Justin Clark-Casey (justincc)1-54/+1
2010-06-04add sqlite database back to database testsJustin Clark-Casey (justincc)2-2/+2
2010-06-04Fix bug where prim items were not loaded in the new sqlite database handlerJustin Clark-Casey (justincc)1-27/+39
2010-05-26Minor correction to AssetTests.csAlexRa1-3/+3
2010-05-23The 8th migration statement in AssetStore.migrations didn't look right.Diva Canto1-1/+1
2010-05-23Ensured that tests are skipped for wrong conn string, also m_log chngAlexRa1-2/+23
2010-05-23Removed (unused?) empty SQL files from MSSQL resource dirAlexRa9-0/+0
2010-05-23MySQL Migrations: Minor correcton to Region/Estate splitAlexRa2-6/+12
2010-05-23MSSQL Migration: CreatorID in InventoryItems changed to VARCHAR(36)AlexRa1-0/+70
2010-05-23Various minor changes in the data testsAlexRa5-16/+18
2010-05-23Further corrections to MS SQL stores (now passes all tests)AlexRa2-89/+49
2010-05-23Split migrations for RegionStore and EstateStore (see WARNING!)AlexRa4-103/+157
2010-05-23Unitests: Asset, Estate, Region (the "legacy" one), InventoryAlexRa5-173/+137
2010-05-23Added MS SQL test conn to INI - only as an example, modify before use!!!AlexRa1-4/+21
2010-05-23Removed MySql and SQLite-specific asset test filesAlexRa2-156/+0
2010-05-23BasicAssetTest.cs replaced by AssetTests.csAlexRa1-0/+161
2010-05-23Bugfix in tests (must clear db before migrations, not after)AlexRa3-3/+3
2010-05-23EstateData tests passing on all DBsAlexRa1-28/+2
2010-05-23Corrections in RegionTests.cs. It now fully works!AlexRa1-48/+75
2010-05-23Minor corrections in BasicDataServiceTest.csAlexRa1-0/+41
2010-05-23MSSQL: added asset_flags, CreatorID to migrationsAlexRa1-0/+6
2010-05-23MSSQLAssetData updated to support [CreatorID], [asset_flags]AlexRa1-5/+11
2010-05-23MSSQLAssetData: fixed some weirdnessAlexRa1-7/+12
2010-05-23All data tests made DBMS-independentAlexRa10-610/+160
2010-05-23Added generic base classes for testing database servicesAlexRa3-0/+241
2010-05-20Cleaned up MySql migrations a bit more, got rid of all old-form migration fil...Diva Canto5-32/+8
2010-05-20Revert one of the previous patches' hunks. The new code looked better, butMelanie1-3/+10
2010-05-20Series of patches to include creator ID in assets.AlexRa1-4/+35
2010-05-19Scrambled asset type in BasicAssetTest.cs!AlexRa1-9/+10