| Commit message (Expand) | Author | Age | Files | Lines |
* | Formatting cleanup. | Jeff Ames | 2010-10-04 | 1 | -2/+2 |
* | Improve the explanative text of migration failures | Justin Clark-Casey (justincc) | 2010-09-18 | 1 | -3/+3 |
* | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -7/+7 |
* | Even if all data migratios are up to date, still print the current revision t... | Justin Clark-Casey (justincc) | 2010-08-09 | 1 | -3/+2 |
* | minor: fix spelling mistake interupt -> interrupt in migrations | Justin Clark-Casey (justincc) | 2010-06-25 | 1 | -6/+3 |
* | Kind of fixed Melanie's "Exception(sql)" correction | AlexRa | 2010-05-19 | 1 | -2/+2 |
* | Change appender to deal with line feeds more intelligently. | Melanie | 2010-05-19 | 1 | -1/+1 |
* | Clean up output a bit | Melanie | 2010-05-19 | 1 | -3/+10 |
* | Fix the migration message to say "Continuing" again. Remove line feed, which | Melanie | 2010-05-19 | 1 | -1/+1 |
* | Remove the return that was inserted in the last merge to allow | Melanie | 2010-05-19 | 1 | -1/+0 |
* | Make m_log in migrations private. Define new m_log in derived class | Melanie | 2010-05-18 | 1 | -1/+1 |
* | Migration.cs supports single-file migration history format | AlexRa | 2010-05-16 | 1 | -104/+233 |
* | Refactoring in Migration.cs: "using()" instead of explicit Dispose() | AlexRa | 2010-04-28 | 1 | -52/+56 |
* | Fixed comments in Migration.cs: wrong argument order (no change to code) | AlexRa | 2010-04-28 | 1 | -2/+2 |
* | dispose of the DbCommand used to execute migrations after we've finished with... | Justin Clark-Casey (justincc) | 2010-04-23 | 1 | -1/+2 |
* | Insert a ROLLBACK command on migration step failure. This ensures that | Melanie | 2010-04-22 | 1 | -0/+2 |
* | New LL login service is working! -- tested in standalone only. Things still m... | Diva Canto | 2010-01-01 | 1 | -3/+5 |
* | Make Migratons continue int he face of an error. This is required for the | Melanie | 2009-12-28 | 1 | -1/+8 |
* | Reverting the memory leak patch for MySQL. Problems have been reported with t... | John Hurliman | 2009-11-02 | 1 | -41/+38 |
* | * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L... | John Hurliman | 2009-10-04 | 1 | -38/+41 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -1/+1 |
* | Reinstate setting timeout to never, the default 30 second timeout was causing... | idb | 2008-12-08 | 1 | -1/+1 |
* | * Reapply http://opensimulator.org/mantis/view.php?id=2710 | Justin Clarke Casey | 2008-12-02 | 1 | -2/+8 |
* | * Unforunately it turns out not to be that simple. Revert the rest of r7560 ... | Justin Clarke Casey | 2008-12-01 | 1 | -8/+2 |
* | * From Mantis#2701 - Implements NHibernate data adapter, adds support for MsS... | Adam Frisby | 2008-12-01 | 1 | -2/+8 |
* | remove some extraneous debug messages from migrations | Sean Dague | 2008-09-20 | 1 | -2/+0 |
* | * minor: spelling mistake and message tidying on Migration messages | Justin Clarke Casey | 2008-09-12 | 1 | -5/+5 |
* | Mantis #2095 | Melanie Thielker | 2008-09-01 | 1 | -5/+5 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -16/+16 |
* | dr scofield's warning safari: | Dr Scofield | 2008-06-27 | 1 | -23/+23 |
* | set CommandTimeout = 0 in the migration commands so that long | Sean Dague | 2008-06-16 | 1 | -0/+2 |
* | be a bit more verbose about what we are doing on the migration | Sean Dague | 2008-06-16 | 1 | -0/+7 |
* | fix nhibernate driver so that it starts (based on the appearance | Sean Dague | 2008-06-16 | 1 | -1/+2 |
* | change some messages on the migrations front to be | Sean Dague | 2008-06-16 | 1 | -5/+4 |
* | the beginning of the great id format migration. This makes | Sean Dague | 2008-06-16 | 1 | -0/+2 |
* | Update svn properties, clean up formatting, refactor out duplicate hard-coded... | Jeff Ames | 2008-06-13 | 1 | -7/+16 |
* | check in working migration code fore SQLite. This | Sean Dague | 2008-06-11 | 1 | -1/+7 |
* | I'm going to need the Version property to manage | Sean Dague | 2008-06-10 | 1 | -0/+6 |
* | update of migration code to be more sane on version | Sean Dague | 2008-06-10 | 1 | -40/+37 |
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-06-10 | 1 | -8/+16 |
* | actually create and populate the migrations table correctly. | Sean Dague | 2008-06-09 | 1 | -8/+25 |
* | migrations seem to not break anything at this point. | Sean Dague | 2008-06-09 | 1 | -12/+24 |
* | move Migration support into OpenSim.Data, because it | Sean Dague | 2008-06-09 | 1 | -0/+198 |