[root]/SubCommander
Properties
(0 files, 0 lines)
obj
(0 files, 0 lines)
Debug
(0 files, 0 lines)
Refactor
(0 files, 0 lines)
Release
(0 files, 0 lines)

| 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 |
moving 2.x source to 2.0 folder
0 lines of code changed in 9 files:
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:
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:
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:
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:
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:
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:
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:
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:
CHANGED: Miscellaneous code cleanup.
22 lines of code changed in 1 file:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
(41 more)