| Commit message (Expand) | Author | Files | Lines |
2010-04-28 | Refactoring in Migration.cs: "using()" instead of explicit Dispose() | AlexRa | 1 | -52/+56 |
2010-04-28 | Fixed comments in Migration.cs: wrong argument order (no change to code) | AlexRa | 1 | -2/+2 |
2010-04-23 | dispose of the DbCommand used to execute migrations after we've finished with... | Justin Clark-Casey (justincc) | 1 | -1/+2 |
2010-04-22 | Insert a ROLLBACK command on migration step failure. This ensures that | Melanie | 1 | -0/+2 |
2010-01-01 | New LL login service is working! -- tested in standalone only. Things still m... | Diva Canto | 1 | -3/+5 |
2009-12-28 | Make Migratons continue int he face of an error. This is required for the | Melanie | 1 | -1/+8 |
2009-11-02 | Reverting the memory leak patch for MySQL. Problems have been reported with t... | John Hurliman | 1 | -41/+38 |
2009-10-04 | * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L... | John Hurliman | 1 | -38/+41 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 1 | -1/+1 |
2009-02-12 | * optimized usings. | lbsa71 | 1 | -1/+1 |
2008-12-08 | Reinstate setting timeout to never, the default 30 second timeout was causing... | idb | 1 | -1/+1 |
2008-12-02 | * Reapply http://opensimulator.org/mantis/view.php?id=2710 | Justin Clarke Casey | 1 | -2/+8 |
2008-12-01 | * Unforunately it turns out not to be that simple. Revert the rest of r7560 ... | Justin Clarke Casey | 1 | -8/+2 |
2008-12-01 | * From Mantis#2701 - Implements NHibernate data adapter, adds support for MsS... | Adam Frisby | 1 | -2/+8 |
2008-09-20 | remove some extraneous debug messages from migrations | Sean Dague | 1 | -2/+0 |
2008-09-12 | * minor: spelling mistake and message tidying on Migration messages | Justin Clarke Casey | 1 | -5/+5 |
2008-09-01 | Mantis #2095 | Melanie Thielker | 1 | -5/+5 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -16/+16 |
2008-06-27 | dr scofield's warning safari: | Dr Scofield | 1 | -23/+23 |
2008-06-16 | set CommandTimeout = 0 in the migration commands so that long | Sean Dague | 1 | -0/+2 |
2008-06-16 | be a bit more verbose about what we are doing on the migration | Sean Dague | 1 | -0/+7 |
2008-06-16 | fix nhibernate driver so that it starts (based on the appearance | Sean Dague | 1 | -1/+2 |
2008-06-16 | change some messages on the migrations front to be | Sean Dague | 1 | -5/+4 |
2008-06-16 | the beginning of the great id format migration. This makes | Sean Dague | 1 | -0/+2 |
2008-06-13 | Update svn properties, clean up formatting, refactor out duplicate hard-coded... | Jeff Ames | 1 | -7/+16 |
2008-06-11 | check in working migration code fore SQLite. This | Sean Dague | 1 | -1/+7 |
2008-06-10 | I'm going to need the Version property to manage | Sean Dague | 1 | -0/+6 |
2008-06-10 | update of migration code to be more sane on version | Sean Dague | 1 | -40/+37 |
2008-06-10 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -8/+16 |
2008-06-09 | actually create and populate the migrations table correctly. | Sean Dague | 1 | -8/+25 |
2008-06-09 | migrations seem to not break anything at this point. | Sean Dague | 1 | -12/+24 |
2008-06-09 | move Migration support into OpenSim.Data, because it | Sean Dague | 1 | -1/+1 |
2008-06-09 | fill out some more migration facilities | Sean Dague | 1 | -19/+50 |
2008-06-09 | more work in progress migration code, still a while before | Sean Dague | 1 | -4/+94 |
2008-06-09 | start in on the shell for a generic database versioning module. My | Sean Dague | 1 | -32/+38 |
2008-05-20 | Add copyright notices. | Jeff Ames | 1 | -3/+28 |
2008-05-11 | * Added NPCModule and NPCAvatar classes for NPCs. Primitive, but we can grow ... | Adam Frisby | 1 | -2/+0 |
2008-05-09 | Update svn properties. | Jeff Ames | 1 | -48/+48 |
2008-05-08 | * Some refactorings. | Adam Frisby | 1 | -0/+48 |