Directory SubSonic.Tests/SqlGenerators/

Directory Created:
2008-04-18 21:37
Directory Deleted:
2009-07-01 23:17
Total Files:
0
Deleted Files:
2
Lines of Code:
0

[root]/SubSonic.Tests/SqlGenerators

Lines of Code

SubSonic.Tests/SqlGenerators/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 12 (100.0%) 409 (100.0%) 34.0
shawn.oster 4 (33.3%) 278 (68.0%) 69.5
shawn.oster@gmail.com 2 (16.7%) 58 (14.2%) 29.0
canofunk 3 (25.0%) 57 (13.9%) 19.0
robconery@gmail.com 3 (25.0%) 16 (3.9%) 5.3

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 2 files:

  • SubSonic.Tests/SqlGenerators: MySqlGeneratorTests.cs (del), SqlServerGeneratorTests.cs (del)
robconery@gmail.com 2009-04-08 21:13 Rev.: 504

FIXED: Google Issue 36 - Paging doesn't work with SqlQuery and requires Select(). Patch applied from Jim Zimmerman (thanks dude!)

16 lines of code changed in 1 file:

  • SubSonic.Tests/SqlGenerators: SqlServerGeneratorTests.cs (+16 -3)
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

3 lines of code changed in 1 file:

  • SubSonic.Tests/SqlGenerators: SqlServerGeneratorTests.cs (+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

54 lines of code changed in 2 files:

  • SubSonic.Tests/SqlGenerators: MySqlGeneratorTests.cs (+17 -13), SqlServerGeneratorTests.cs (+37 -32)
shawn.oster@gmail.com 2008-04-26 20:58 Rev.: 426

CHANGED: New BuildXXX() statements in SQL generators are now qualifying table and column names.
ADDED: New property DelimitedName to TableColumn when just the delimited form of a column is needed vs. fully qualified.

58 lines of code changed in 2 files:

  • SubSonic.Tests/SqlGenerators: MySqlGeneratorTests.cs (+53 -4), SqlServerGeneratorTests.cs (+5 -6)
shawn.oster 2008-04-19 01:47 Rev.: 419

ADDED: Test for MySqlGenerator.BuildDropTable.

9 lines of code changed in 2 files:

  • SubSonic.Tests/SqlGenerators: MySqlGeneratorTests.cs (+9 -1), SqlServerGeneratorTests.cs (-2)
shawn.oster 2008-04-18 21:37 Rev.: 418

ADDED: MySqlGenerator class.
ADDED: Tests to support MySqlGenerator.
CHANGED: Cleaned up migration test names.
CHANGED: Renamed SqlServerParserTests.cs to SqlServerGeneratorTests.cs to better reflect actual usage.
CHANGED: Changed some methods in ANSISqlGenerator to virtual to allow descendant classes to do their thing.
ADDED: DataService.GetGenerator() overload to accept a Provider for performance.

269 lines of code changed in 2 files:

  • SubSonic.Tests/SqlGenerators: MySqlGeneratorTests.cs (new 21), SqlServerGeneratorTests.cs (new 248)
Generated by StatSVN 0.4.1