Directory SubCommander/

Directory Created:
2007-05-10 15:20
Directory Deleted:
2009-07-01 23:17
Total Files:
0
Deleted Files:
9
Lines of Code:
0

[root]/SubCommander
        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)
                Folder removed from repo Refactor (0 files, 0 lines)
            Folder removed from repo Release (0 files, 0 lines)

Lines of Code

SubCommander/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 96 (100.0%) 1670 (100.0%) 17.3
canofunk 57 (59.4%) 989 (59.2%) 17.3
robconery 18 (18.8%) 293 (17.5%) 16.2
Christopher.Karper 2 (2.1%) 192 (11.5%) 96.0
subdigital 1 (1.0%) 113 (6.8%) 113.0
shawn.oster 3 (3.1%) 30 (1.8%) 10.0
damieng 2 (2.1%) 25 (1.5%) 12.5
damieng@gmail.com 2 (2.1%) 21 (1.3%) 10.5
robconery@gmail.com 10 (10.4%) 6 (0.4%) 0.6
gavinjoyce 1 (1.0%) 1 (0.1%) 1.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 9 files:

  • SubCommander: Arguments.cs (del), CodeRunner.cs (del), DBScripter.cs (del), Dev (del), Program.cs (del), SubCommander.csproj (del), SubCommander.csproj.user (del), SubCommander.csproj.vspscc (del), SubSonic.SubCommander.csproj (del)
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

9 lines of code changed in 1 file:

  • SubCommander: Program.cs (+9 -7)
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:

  • SubCommander: SubSonic.SubCommander.csproj (+6 -1)
canofunk 2008-11-08 18:43 Rev.: 487

CHANGED: Update several library dependencies: SQL Server Management Objects -> 10.0.1600.22; Enterprise Library -> 4.1.0.0; System.Data.SQLite -> 1.0.60.0; MySql.Data -> 5.2.3; ComponentFactory.Krypton.Toolkit -> 3.0.6.0

8 lines of code changed in 1 file:

  • SubCommander: SubSonic.SubCommander.csproj (+8)
subdigital 2008-09-04 16:26 Rev.: 485

added /groupOutput option to SubCommander

usage: sonic.exe generate /out output /groupOutput schema
options are schema (i.e. dbo), type (Models, Controllers, Views), or schemaAndType

also updated ThrowHelp() to show usage.

113 lines of code changed in 1 file:

  • SubCommander: Program.cs (+113 -81)
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:

  • SubCommander: SubSonic.SubCommander.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

3 lines of code changed in 1 file:

  • SubCommander: SubSonic.SubCommander.csproj (+3 -3)
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

37 lines of code changed in 4 files:

  • SubCommander: Arguments.cs (-2), CodeRunner.cs (+12 -21), DBScripter.cs (+1 -2), Program.cs (+24 -27)
robconery 2008-04-29 15:39 Rev.: 428

FIXED: SubCommander now accurately returns the count of tables (WRT to the include/exclude tablelists)
ADDED: Refactored VB and CS Structs templates to use the new Repository bits, reducing the generated code
ADDED: Reran the generated bits for the test project against scripts in Test Project.

17 lines of code changed in 1 file:

  • SubCommander: Program.cs (+17 -15)
canofunk 2008-04-15 18:39 Rev.: 415

CHANGED: Miscellaneous code cleanup.

22 lines of code changed in 1 file:

  • SubCommander: Program.cs (+22 -22)
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.

2 lines of code changed in 1 file:

  • SubCommander: Program.cs (+2 -2)
canofunk 2008-04-08 11:24 Rev.: 407

FIXED: DataProvider - WHERE Clauses are not Schema Qualified. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15984
CHANGED: Global - Minor code syntax and format changes

1 lines of code changed in 1 file:

  • SubCommander: Program.cs (+1 -1)
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.

7 lines of code changed in 1 file:

  • SubCommander: Program.cs (+7 -3)
canofunk 2008-04-03 17:08 Rev.: 402

FIXED: GetValue<T>(string columnName) in TableSchema May Fail with Non-Nullable GUIDs. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15939

0 lines of code changed in 1 file:

  • SubCommander: DBScripter.cs (-1)
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.

23 lines of code changed in 2 files:

  • SubCommander: Program.cs (+19 -84), SubSonic.SubCommander.csproj (+4)
canofunk 2008-04-01 18:29 Rev.: 394

FIXED: Open DataReader in Scaffold Many-to-Many's
CHANGED: Global - String operation optimizations; minor code formatting.

3 lines of code changed in 3 files:

  • SubCommander: Arguments.cs (+1 -1), CodeRunner.cs (+2 -5), Program.cs (-2)
canofunk 2008-03-28 18:53 Rev.: 389

CHANGED: More Microsoft.SqlServer.*.dll reference changes in SubStage/SubCommander to attempt to address 64-bit compatibility issues.

0 lines of code changed in 1 file:

  • SubCommander: SubSonic.SubCommander.csproj (-10)
canofunk 2008-03-28 18:11 Rev.: 388

CHANGED: Removed Microsoft.SqlServer.BatchParser references from SubStage/SubCommander to see if it addresses 64-bit compatibility issues.

0 lines of code changed in 1 file:

  • SubCommander: SubSonic.SubCommander.csproj (-4)
canofunk 2008-03-24 10:31 Rev.: 378

FIXED: SqlCE Provider Incorrectly Set CommandTimeout Value. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15753
FIXED: Solution Build Issue related to SubSonic.Migrations
CHANGED: Global - Code Cleanup.

18 lines of code changed in 3 files:

  • SubCommander: CodeRunner.cs (+14), DBScripter.cs (-1), Program.cs (+4 -9)
robconery 2008-03-18 22:13 Rev.: 370

FIXED: ExecuteAsCollectio<> bug for Repository class - Repository now properly executes against generated classes
ADDED: Initial Migration build with tests. This is intial checkin only...
Regenerated Unit test DAL

96 lines of code changed in 4 files:

  • SubCommander: Arguments.cs (+2), CodeRunner.cs (new 85), Program.cs (+8 -6), SubSonic.SubCommander.csproj (+1)

(41 more)

Generated by StatSVN 0.4.1