aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Migration.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Various database fixups.onefang1-1/+1
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-13/+13
2010-10-04Formatting cleanup.Jeff Ames1-2/+2
2010-09-18Improve the explanative text of migration failuresJustin Clark-Casey (justincc)1-3/+3
2010-09-12Formatting cleanup.Jeff Ames1-7/+7
2010-08-09Even if all data migratios are up to date, still print the current revision t...Justin Clark-Casey (justincc)1-3/+2
2010-06-25minor: fix spelling mistake interupt -> interrupt in migrationsJustin Clark-Casey (justincc)1-6/+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 bitMelanie1-3/+10
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-18Make m_log in migrations private. Define new m_log in derived classMelanie1-1/+1
2010-05-18Migration.cs supports single-file migration history formatAlexRa1-104/+233
2010-05-16Migration.cs supports single-file migration history formatAlexRa1-104/+233
2010-04-28Refactoring in Migration.cs: "using()" instead of explicit Dispose()AlexRa1-52/+56
2010-04-28Fixed comments in Migration.cs: wrong argument order (no change to code)AlexRa1-2/+2
2010-04-23dispose of the DbCommand used to execute migrations after we've finished with...Justin Clark-Casey (justincc)1-1/+2
2010-04-22Insert a ROLLBACK command on migration step failure. This ensures thatMelanie1-0/+2
2010-01-01New LL login service is working! -- tested in standalone only. Things still m...Diva Canto1-3/+5
2009-12-28Make Migratons continue int he face of an error. This is required for theMelanie1-1/+8
2009-11-02Reverting the memory leak patch for MySQL. Problems have been reported with t...John Hurliman1-41/+38
2009-10-04* MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman1-38/+41
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-02-12* optimized usings.lbsa711-1/+1
2008-12-08Reinstate setting timeout to never, the default 30 second timeout was causing...idb1-1/+1
2008-12-02* Reapply http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey1-2/+8
2008-12-01* Unforunately it turns out not to be that simple. Revert the rest of r7560 ...Justin Clarke Casey1-8/+2
2008-12-01* From Mantis#2701 - Implements NHibernate data adapter, adds support for MsS...Adam Frisby1-2/+8
2008-09-20remove some extraneous debug messages from migrationsSean Dague1-2/+0
2008-09-12* minor: spelling mistake and message tidying on Migration messagesJustin Clarke Casey1-5/+5
2008-09-01Mantis #2095Melanie Thielker1-5/+5
2008-08-18Formatting cleanup.Jeff Ames1-16/+16
2008-06-27dr scofield's warning safari:Dr Scofield1-23/+23
2008-06-16set CommandTimeout = 0 in the migration commands so that longSean Dague1-0/+2
2008-06-16be a bit more verbose about what we are doing on the migrationSean Dague1-0/+7
2008-06-16fix nhibernate driver so that it starts (based on the appearanceSean Dague1-1/+2
2008-06-16change some messages on the migrations front to be Sean Dague1-5/+4
2008-06-16the beginning of the great id format migration. This makesSean Dague1-0/+2
2008-06-13Update svn properties, clean up formatting, refactor out duplicate hard-coded...Jeff Ames1-7/+16
2008-06-11check in working migration code fore SQLite. This Sean Dague1-1/+7
2008-06-10I'm going to need the Version property to manage Sean Dague1-0/+6
2008-06-10update of migration code to be more sane on versionSean Dague1-40/+37
2008-06-10Update svn properties. Formatting cleanup.Jeff Ames1-8/+16
2008-06-09actually create and populate the migrations table correctly.Sean Dague1-8/+25
2008-06-09migrations seem to not break anything at this point. Sean Dague1-12/+24
2008-06-09move Migration support into OpenSim.Data, because itSean Dague1-1/+1
2008-06-09fill out some more migration facilitiesSean Dague1-19/+50
2008-06-09more work in progress migration code, still a while beforeSean Dague1-4/+94
2008-06-09start in on the shell for a generic database versioning module. My Sean Dague1-32/+38