aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Migration.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Various database fixups.onefang2019-05-191-1/+1
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-13/+13
* Formatting cleanup.Jeff Ames2010-10-041-2/+2
* Improve the explanative text of migration failuresJustin Clark-Casey (justincc)2010-09-181-3/+3
* Formatting cleanup.Jeff Ames2010-09-121-7/+7
* Even if all data migratios are up to date, still print the current revision t...Justin Clark-Casey (justincc)2010-08-091-3/+2
* minor: fix spelling mistake interupt -> interrupt in migrationsJustin Clark-Casey (justincc)2010-06-251-6/+3
* Kind of fixed Melanie's "Exception(sql)" correctionAlexRa2010-05-191-2/+2
* Change appender to deal with line feeds more intelligently.Melanie2010-05-191-1/+1
* Clean up output a bitMelanie2010-05-191-3/+10
* Fix the migration message to say "Continuing" again. Remove line feed, whichMelanie2010-05-191-1/+1
* Remove the return that was inserted in the last merge to allowMelanie2010-05-191-1/+0
* Make m_log in migrations private. Define new m_log in derived classMelanie2010-05-181-1/+1
* Migration.cs supports single-file migration history formatAlexRa2010-05-161-104/+233
* Refactoring in Migration.cs: "using()" instead of explicit Dispose()AlexRa2010-04-281-52/+56
* Fixed comments in Migration.cs: wrong argument order (no change to code)AlexRa2010-04-281-2/+2
* dispose of the DbCommand used to execute migrations after we've finished with...Justin Clark-Casey (justincc)2010-04-231-1/+2
* Insert a ROLLBACK command on migration step failure. This ensures thatMelanie2010-04-221-0/+2
* New LL login service is working! -- tested in standalone only. Things still m...Diva Canto2010-01-011-3/+5
* Make Migratons continue int he face of an error. This is required for theMelanie2009-12-281-1/+8
* Reverting the memory leak patch for MySQL. Problems have been reported with t...John Hurliman2009-11-021-41/+38
* * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman2009-10-041-38/+41
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * optimized usings.lbsa712009-02-121-1/+1
* Reinstate setting timeout to never, the default 30 second timeout was causing...idb2008-12-081-1/+1
* * Reapply http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey2008-12-021-2/+8
* * Unforunately it turns out not to be that simple. Revert the rest of r7560 ...Justin Clarke Casey2008-12-011-8/+2
* * From Mantis#2701 - Implements NHibernate data adapter, adds support for MsS...Adam Frisby2008-12-011-2/+8
* remove some extraneous debug messages from migrationsSean Dague2008-09-201-2/+0
* * minor: spelling mistake and message tidying on Migration messagesJustin Clarke Casey2008-09-121-5/+5
* Mantis #2095Melanie Thielker2008-09-011-5/+5
* Formatting cleanup.Jeff Ames2008-08-181-16/+16
* dr scofield's warning safari:Dr Scofield2008-06-271-23/+23
* set CommandTimeout = 0 in the migration commands so that longSean Dague2008-06-161-0/+2
* be a bit more verbose about what we are doing on the migrationSean Dague2008-06-161-0/+7
* fix nhibernate driver so that it starts (based on the appearanceSean Dague2008-06-161-1/+2
* change some messages on the migrations front to be Sean Dague2008-06-161-5/+4
* the beginning of the great id format migration. This makesSean Dague2008-06-161-0/+2
* Update svn properties, clean up formatting, refactor out duplicate hard-coded...Jeff Ames2008-06-131-7/+16
* check in working migration code fore SQLite. This Sean Dague2008-06-111-1/+7
* I'm going to need the Version property to manage Sean Dague2008-06-101-0/+6
* update of migration code to be more sane on versionSean Dague2008-06-101-40/+37
* Update svn properties. Formatting cleanup.Jeff Ames2008-06-101-8/+16
* actually create and populate the migrations table correctly.Sean Dague2008-06-091-8/+25
* migrations seem to not break anything at this point. Sean Dague2008-06-091-12/+24
* move Migration support into OpenSim.Data, because itSean Dague2008-06-091-0/+198