[root]/SubSonic.Tests/SqlGenerators

| 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 |
moving 2.x source to 2.0 folder
0 lines of code changed in 2 files:
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:
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:
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:
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:
ADDED: Test for MySqlGenerator.BuildDropTable.
9 lines of code changed in 2 files:
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: