Directory SubSonic.Tests/Migrations/MigrationFiles/

Directory Created:
2008-03-18 22:45
Directory Deleted:
2009-07-01 23:17
Total Files:
0
Deleted Files:
2
Lines of Code:
0

[root]/SubSonic.Tests/Migrations/MigrationFiles

Lines of Code

SubSonic.Tests/Migrations/MigrationFiles/ Lines of Code

Developers

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

Most Recent Commits

robconery@gmail.com 2009-07-01 23:17 Rev.: 525

moving 2.x source to 2.0 folder

0 lines of code changed in 2 files:

  • SubSonic.Tests/Migrations/MigrationFiles: 001_MigrationTest.cs (del), 002_MigrationTest.cs (del)
canofunk 2008-07-01 14:32 Rev.: 469

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:

  • SubSonic.Tests/Migrations/MigrationFiles: 001_MigrationTest.cs (+13 -14), 002_MigrationTest.cs (+15 -15)
shawn.oster 2008-04-04 15:03 Rev.: 403

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:

  • SubSonic.Tests/Migrations/MigrationFiles: 001_MigrationTest.cs (-1), 002_MigrationTest.cs (+8 -13)
shawn.oster 2008-04-02 03:57 Rev.: 398

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:

  • SubSonic.Tests/Migrations/MigrationFiles: 001_MigrationTest.cs (+1 -1)
shawn.oster 2008-03-31 21:52 Rev.: 393

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:

  • SubSonic.Tests/Migrations/MigrationFiles: 001_MigrationTest.cs (+6 -20), 002_MigrationTest.cs (+11 -18)
robconery 2008-03-18 22:45 Rev.: 371

Added missing migration test files

78 lines of code changed in 2 files:

  • SubSonic.Tests/Migrations/MigrationFiles: 001_MigrationTest.cs (new 36), 002_MigrationTest.cs (new 42)
Generated by StatSVN 0.4.1