Directory SubSonic.Migrations/

Directory Created:
2008-03-18 22:13
Total Files:
1
Deleted Files:
3
Lines of Code:
0

[root]/SubSonic.Migrations
        Folder removed from repo Properties (0 files, 0 lines)
        Folder removed from repo obj (0 files, 0 lines)
            Folder removed from repo Debug (0 files, 0 lines)

Lines of Code

SubSonic.Migrations/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 35 (100.0%) 987 (100.0%) 28.2
robconery 3 (8.6%) 511 (51.8%) 170.3
shawn.oster 9 (25.7%) 306 (31.0%) 34.0
canofunk 12 (34.3%) 122 (12.4%) 10.1
robconery@gmail.com 10 (28.6%) 31 (3.1%) 3.1
developingchris 1 (2.9%) 17 (1.7%) 17.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 4 files:

  • SubSonic.Migrations: CodeRunner.cs (del), Migrator.cs (del), SubSonic.Migrations.csproj (del), SubSonic.snk (changed)
canofunk 2009-04-21 18:33 Rev.: 521

FIXED: SqlQuery - ANSISqlGenerator added duplicate DISCTINCT values resulting in malformed queries.
FIXED: SubStage - Slow performance with mapped network drives. Excluded network drives from SubStage file navigator. This greatly improves performance for some users.
FIXED: Test Data - Updated scripts to correctly reflect object dependencies and prevent errors on execution.
ADDED: Re-added SubSonicCentral and SubStage projects.
ADDED: SubSonic.Tests - Added missing SouthwindRepository generated files.
UPDATED: ComponentFactory.Krypton.Toolkit.dll, MbUnit.Framework.dll, MySql.Data.dll, QuickGraph.dll, QuickGraph.Algorithms.dll, Refly.dll, TestFu.dll
UPDATED: Global - Assembly versions changed to 2.2.1.0
CHANGED: Global - AutoProperties now used where possible.
CHANGED: Global - Object initializers now used where possible.
REMOVED: Sandbox Project

4 lines of code changed in 1 file:

  • SubSonic.Migrations: CodeRunner.cs (+4 -2)
robconery@gmail.com 2009-04-08 21:59 Rev.: 508

ADDED: Google Issue 41 - output version when running a migration (applied patch from developingchris)

2 lines of code changed in 1 file:

  • SubSonic.Migrations: Migrator.cs (+2)
robconery@gmail.com 2009-04-07 22:37 Rev.: 492

FIXED: Codeplex 17617 - Added patch for Distinct Query values - thanks to GeoffAtDataGaard
FIXED: Patch applied from Jason Kealey for composite Primary Keys (Google issue 3)
FIXED: Patch applied from boyank for Scaffolding and composite keys (Google issue 9)
FIXED: Google issue 12 (Migration column/numberscale for decimals) - thanks to robbam
FIXED: Google issue 14 (Migration max length for char/non-int PKs) - thanks to robbam

ADDED: Initial rev of ActiveRecord T4 templates
REMOVED: Substage project - will added as "extra"
REMOVED: SubSonicCentral web site. Will add as "extra"

6 lines of code changed in 1 file:

  • SubSonic.Migrations: SubSonic.Migrations.csproj (+6 -1)
developingchris 2008-09-26 00:44 Rev.: 486

Added /version -1 support in migrations, added 2 tests to test using -1 to go down 1 version and when at 0 it doesn't try and go further

17 lines of code changed in 1 file:

  • SubSonic.Migrations: Migrator.cs (+17 -5)
canofunk 2008-07-18 18:04 Rev.: 474

FIXED: DropDown.Where Property is not Correctly Set. See: http://code.google.com/p/subsonicproject/issues/detail?id=6
FIXED: SqlQuery Does Not Properly Set ProviderName Property. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17435
FIXED: Generated Struct Members Should be Marked "readonly". See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17424 and http://code.google.com/p/subsonicproject/issues/detail?id=11
FIXED: AssemblyInfo.cs version issue introduced in revision 473 (Thanks Adam!)
CHANGED: MySql.Data.dll updated to version 5.2
CHANGED: System.Data.SQLite.DLL updated to version 1.0.52
CHANGED: EnterpriseLibrary assemblies updated to version 4.0
REMOVED: Old and unreferenced assemblies.

0 lines of code changed in 1 file:

  • SubSonic.Migrations: SubSonic.Migrations.csproj (-3)
canofunk 2008-07-15 17:12 Rev.: 473

FIXED: StoredProcedure.QueryCommand is not Properly Initialized. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17342
FIXED: Turkish Culture Issues in SqlQuery Aggregate Generation. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17356
FIXED: ManyManyList Controls do not Properly Set Checkbox State. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=12068
FIXED: LavaBlastManyManyList.BuildMappedElementCommand() Generates Improper SQL. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17361
CHANGED: Fixed minor code documentation issues.
CHANGED: Added signing to SubSonic.Migrations.
CHANGED: Minor changes to build configuration.
CHANGED: Updated help file builder configuration.
CHANGED: Updated assembly build versions to 2.1.1

11 lines of code changed in 2 files:

  • SubSonic.Migrations: SubSonic.Migrations.csproj (+11 -2), SubSonic.snk (new)
canofunk 2008-07-08 13:17 Rev.: 472

ADDED: Some basic release info to SubSonicCentral/Default.aspx
CHANGED: Added SubSonic.Migrations to SandCastle Help File Builder. Removed SubSonic.SubCommander.
FIXED: Namespace Parsing Error in CodeRunner.GetTypeName(). See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17264
FIXED: DB.Update() Doesn't Allow Multiple SETs. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15768

7 lines of code changed in 1 file:

  • SubSonic.Migrations: CodeRunner.cs (+7 -4)
canofunk 2008-07-03 21:50 Rev.: 471

FIXED: Aggregates With Where (Not Having) Creates bad SQL (testcase included). See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16936
FIXED: Aggregates With Where (Not Having) Creates bad SQL (testcase included) - Updated Patch. (Thanks Geoff!) See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17245
FIXED: SqlDataProvider.GetSelectSql() - ORDER BY Columns Must be in SelectList When IsDistinct=true. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=11763
FIXED: ANSISqlGenerator.PAGING_SQL Contains Incorrect Paging Definition. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17075

19 lines of code changed in 1 file:

  • SubSonic.Migrations: CodeRunner.cs (+19 -4)
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

65 lines of code changed in 2 files:

  • SubSonic.Migrations: CodeRunner.cs (+17 -29), Migrator.cs (+48 -44)
robconery@gmail.com 2008-06-24 16:56 Rev.: 459

FIXED: Migration namespacing Regex - thanks to rballonline :)

2 lines of code changed in 1 file:

  • SubSonic.Migrations: CodeRunner.cs (+2 -1)
robconery@gmail.com 2008-06-05 18:54 Rev.: 451

MySQL Migrations weren't fully wired
FIXED: SchemeInfo creator wasn't firing
FIXED: Default statements weren't set properly for MySqlGenerator
FIXED: Made Migration Builder SQL Statements virtual
FIXED: Overrode CreateColumns function

1 lines of code changed in 1 file:

  • SubSonic.Migrations: Migrator.cs (+1)
robconery@gmail.com 2008-06-05 17:36 Rev.: 449

Spruced up Migrations:
FIXED: namespacing regex bug with Migration::CodeRunner that resulted in bad instancing
ADDED: GetTable methods to Migration class
ADDED: Ability to create/drop foreign keys for SQL Server (not MySQL yet)
ADDED: override to TableSchema.Table AddColumn which accepts only a string column name, defaulting to nvarchar(64)

20 lines of code changed in 2 files:

  • SubSonic.Migrations: CodeRunner.cs (+7 -2), Migrator.cs (+13 -1)
canofunk 2008-04-15 18:39 Rev.: 415

CHANGED: Miscellaneous code cleanup.

8 lines of code changed in 1 file:

  • SubSonic.Migrations: CodeRunner.cs (+8 -2)
canofunk 2008-04-15 08:47 Rev.: 414

FIXED: MySqlInnoDBProvider - Alias Casings do not Match in MANY_TO_MANY_CHECK_ALL and MANY_TO_MANY_FOREIGN_MAP_ALL. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16101
ADDED: SubSonic.Utility.MatchesOne() method for cleaner comparison of multiple string conditions.

1 lines of code changed in 1 file:

  • SubSonic.Migrations: Migrator.cs (+1 -1)
shawn.oster 2008-04-07 02:19 Rev.: 406

FIXED: GetTypeName() in CodeRunner always assumed a curly brace would be on the same line as the namespace.
CHANGED: Minor code cleanup in Migrator.cs.

11 lines of code changed in 2 files:

  • SubSonic.Migrations: CodeRunner.cs (+7 -8), Migrator.cs (+4 -4)
shawn.oster 2008-04-04 19:00 Rev.: 405

Added: migrate command to SubCommander command-line help output.
Fixed: When running migrations SubSonic.dll wasn't correctly referenced in dynamic compiled code. Needed the full path.
Fixed: Getting relative migration directory in tests failed under different test runners.

40 lines of code changed in 1 file:

  • SubSonic.Migrations: CodeRunner.cs (+40 -20)
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.

34 lines of code changed in 1 file:

  • SubSonic.Migrations: Migrator.cs (+34 -22)
shawn.oster 2008-04-03 04:40 Rev.: 400

Added: SubCommander now supports the migrate command (and it works).
Added: Reference to SubSonic.Migrations to SubCommander.
Changed: Minor code cleanup in Migrator.cs.

8 lines of code changed in 1 file:

  • SubSonic.Migrations: Migrator.cs (+8 -8)
shawn.oster 2008-04-03 04:06 Rev.: 399

Changed: Migrator class can now handle an unspecified toVersion.
Changed: Migrator code refactoring.

158 lines of code changed in 1 file:

  • SubSonic.Migrations: Migrator.cs (+158 -88)

(7 more)

Generated by StatSVN 0.4.1