[root]/SubSonic/Query2/SqlGenerators

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 35 (100.0%) | 611 (100.0%) | 17.4 |
| canofunk | 19 (54.3%) | 434 (71.0%) | 22.8 |
| robconery | 6 (17.1%) | 171 (28.0%) | 28.5 |
| shawn.oster | 1 (2.9%) | 6 (1.0%) | 6.0 |
| robconery@gmail.com | 9 (25.7%) | 0 (0.0%) | 0.0 |
moving 2.x source to 2.0 folder
0 lines of code changed in 9 files:
CHANGED: SqlQuery generator classes are now broken out by type (all inheriting from ANSISqlGenerator).
ADDED: DataProviders - NamedProviderType property to allow for lightweight type identification (used by SqlQuery).
4 lines of code changed in 7 files:
FIXED: Where() with single Aggregate produces bad SQL. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15354
6 lines of code changed in 1 file:
CHANGED: SubSonic.Tests - Adjusted tests to align with current code and values from the default Northwind database (Thanks Shawn!)
CHANGED: SubSonic.Tests - Changed GeneratedCode folder structure and regenerated all classes
CHANGED: SubSonic - Refactored the way that QualifiedName properties are created to provide more consistent, fully qualified SQL generation
6 lines of code changed in 1 file:
ADDED: SubStage - Configurable settings for some properties. (No UI support yet)
CHANGED: SubStage - Minor UI adjustments.
FIXED: SubStage - Removed file output path setting inadvertently left in for last check in.
FIXED: CalendarControl Doesn't Disable Image when Enabled="false" See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15142
2 lines of code changed in 1 file:
ADDED: SqlQuery - Support for multiple set operations in a single update query.
13 lines of code changed in 1 file:
ADDED: SubStage - Embedded Web Server
FIXED: Malformed SQL Generated for IsNull and IsNotNull Comparisons. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=14853
FIXED: Multiple Columns in One OrderBy are not Separated by Commas. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=14852
12 lines of code changed in 1 file:
CHANGED: SubStage - Refactored tree navigation code.
CHANGED: Multiple - Added comment stubs and headers to several new class files.
ADDED: SubStage - Connection string testing.
ADDED: SubSonicCentral - Base class configuration parameters to ConfigBuilder.
175 lines of code changed in 4 files:
Added Select() for In and NotIn
Segregated tests for clarity
Added From<> for typed expressions
Added Query factory methods to CS_Structs Template (need to update VB as well)
Fixed SP templates (VB and C#) to include schema names
21 lines of code changed in 1 file:
FIXED: Many unit tests
FIXED: CROSS JOIN syntax issue in Query2
CHANGED: Updated Northwind build schemas to support unit test changes.
CHANGED: Unit tests now assume MySql user 'subsonic' for access to the Northwind database (instead of root)
CHANGED: Code reformatting for Query2
222 lines of code changed in 4 files:
17 lines of code changed in 1 file:
Added Insert and Update to new query bits
Refactored a ton
133 lines of code changed in 4 files: