Directory SubSonic/Query2/SqlGenerators/

Directory Created:
2008-01-07 22:43
Directory Deleted:
2009-07-01 23:17
Total Files:
0
Deleted Files:
9
Lines of Code:
0

[root]/SubSonic/Query2/SqlGenerators

Lines of Code

SubSonic/Query2/SqlGenerators/ Lines of Code

Developers

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

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:

  • SubSonic/Query2/SqlGenerators: ANSISqlGenerator.cs (del), ISqlGenerator.cs (del), MySqlGenerator.cs (del), OracleGenerator.cs (del), SQLiteGenerator.cs (del), Sql2000Generator.cs (del), Sql2005Generator.cs (del), Sql2008Generator.cs (del), SqlCEGenerator.cs (del)
canofunk 2008-02-27 12:53 Rev.: 336

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:

  • SubSonic/Query2/SqlGenerators: ANSISqlGenerator.cs (+1 -3), MySqlGenerator.cs (+3 -3), OracleGenerator.cs (new), SQLiteGenerator.cs (new), Sql2000Generator.cs (new), Sql2008Generator.cs (new), SqlCEGenerator.cs (new)
shawn.oster 2008-02-26 22:17 Rev.: 334

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:

  • SubSonic/Query2/SqlGenerators: ANSISqlGenerator.cs (+6)
canofunk 2008-02-25 19:03 Rev.: 327

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:

  • SubSonic/Query2/SqlGenerators: ANSISqlGenerator.cs (+6 -6)
canofunk 2008-02-18 09:38 Rev.: 316

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:

  • SubSonic/Query2/SqlGenerators: ANSISqlGenerator.cs (+2 -2)
canofunk 2008-01-29 12:53 Rev.: 293

ADDED: SqlQuery - Support for multiple set operations in a single update query.

13 lines of code changed in 1 file:

  • SubSonic/Query2/SqlGenerators: ANSISqlGenerator.cs (+13 -7)
canofunk 2008-01-22 11:42 Rev.: 280

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:

  • SubSonic/Query2/SqlGenerators: ANSISqlGenerator.cs (+12 -2)
canofunk 2008-01-18 09:31 Rev.: 276

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:

  • SubSonic/Query2/SqlGenerators: ANSISqlGenerator.cs (+116 -27), ISqlGenerator.cs (+14 -1), MySqlGenerator.cs (+20 -3), Sql2005Generator.cs (+25 -10)
robconery 2008-01-10 23:07 Rev.: 253

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:

  • SubSonic/Query2/SqlGenerators: ANSISqlGenerator.cs (+21 -11)
canofunk 2008-01-09 18:24 Rev.: 252

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:

  • SubSonic/Query2/SqlGenerators: ANSISqlGenerator.cs (+201 -134), ISqlGenerator.cs (+4 -2), MySqlGenerator.cs (+6 -3), Sql2005Generator.cs (+11 -9)
robconery 2008-01-08 13:49 Rev.: 244

17 lines of code changed in 1 file:

  • SubSonic/Query2/SqlGenerators: ANSISqlGenerator.cs (+17 -2)
robconery 2008-01-07 22:43 Rev.: 241

Added Insert and Update to new query bits
Refactored a ton

133 lines of code changed in 4 files:

  • SubSonic/Query2/SqlGenerators: ANSISqlGenerator.cs (new 119), ISqlGenerator.cs (new 2), MySqlGenerator.cs (new 3), Sql2005Generator.cs (new 9)
Generated by StatSVN 0.4.1