[root]/SubSonic.Tests/Migrations/MigrationFiles

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 11 (100.0%) | 132 (100.0%) | 12.0 |
| robconery | 2 (18.2%) | 78 (59.1%) | 39.0 |
| canofunk | 2 (18.2%) | 28 (21.2%) | 14.0 |
| shawn.oster | 5 (45.5%) | 26 (19.7%) | 5.2 |
| robconery@gmail.com | 2 (18.2%) | 0 (0.0%) | 0.0 |
moving 2.x source to 2.0 folder
0 lines of code changed in 2 files:
CHANGED: Global code clean up and reformatting
CHANGED: Updated System.Data.SQLite.DLL to 1.0.51.0
28 lines of code changed in 2 files:
Changed: Tightened up migration error handling and console output.
Changed: SqlServerParserTests to use Assert.AreEqual vs. Assert.IsTrue when comparing strings.
Fixed: DropColumn generation wasn't accounting for dropping defaults.
8 lines of code changed in 2 files:
Fixed: Migrator now correctly calls the Migrate() method vs. Up() or Down();
Fixed: Migrator was instancing a CSharp CodeDOM for .cs files.
Added: GetGenerator() method to DataService, may move.
1 lines of code changed in 1 file:
Changed: Altering migration test file to reflect migrations final form.
Added: A mock migration class in MigrationTes.
Changed: Renamed BuildRemoveColumnStatement to BuildDropColumnStatement in ISqlGenerator.cs to reflect that it's building a SQL DROP COLUMN statement.
Added: The concept of steps into the migration class.
17 lines of code changed in 2 files:
Added missing migration test files
78 lines of code changed in 2 files: