aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (unfollow)
Commit message (Expand)AuthorFilesLines
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
2010-05-19MySQLAssetData.cs now supports asset_flags, CreatorIDAlexRa1-5/+7
2010-05-19MySQL: added CreatorID, moved asset_flag to migration scriptAlexRa1-0/+8
2010-05-19SQLite: CreatorID added (and asset_flags moved) to the migration scriptAlexRa1-0/+24
2010-05-19Added CreatorID to SQLite asset dataAlexRa1-15/+27
2010-05-19A bit of harmless refactoring in SQLiteAssetData.csAlexRa1-10/+3
2010-05-19Kind of fixed Melanie's "Exception(sql)" correctionAlexRa1-2/+2
2010-05-19Change appender to deal with line feeds more intelligently.Melanie1-1/+1
2010-05-19Clean up output a bitMelanie2-8/+11
2010-05-19Fix the migration message to say "Continuing" again. Remove line feed, whichMelanie1-1/+1
2010-05-19Remove the return that was inserted in the last merge to allowMelanie1-1/+0
2010-05-19Revert "Allow migration steps to fail again without bringing down the house"Melanie1-1/+1
2010-05-19Allow migration steps to fail again without bringing down the houseMelanie1-1/+1
2010-05-18Make m_log in migrations private. Define new m_log in derived classMelanie2-1/+3
2010-05-18Binary Guids are 16 chars long. Fix parser.Melanie1-1/+1
2010-05-19Some more corrections after MySQL connector updateAlexRa2-2/+3
2010-05-19All (?) MySQL stores fixed to use DBGuid.FromDB()AlexRa5-92/+68
2010-05-19Added DBGuids.cs (static func DBGuid.FromDB()AlexRa1-0/+44
2010-05-18MS SQL migrations converted to the new formatAlexRa77-2008/+2273
2010-05-18Migrations for SQLite converted to new formatAlexRa46-709/+828
2010-05-18Converted MySQL migration history to the new formatAlexRa79-1008/+1228