

| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 8 (100.0%) | 83 (100.0%) | 10.3 |
| SubSonic.Tests/SqlGenerators/ | 2 (25.0%) | 58 (69.9%) | 29.0 |
| SubSonic/Sql Tools/ | 1 (12.5%) | 14 (16.9%) | 14.0 |
| SubSonic/SqlQuery/SqlGenerators/ | 3 (37.5%) | 8 (9.6%) | 2.6 |
| SubSonic.Tests/Migrations/ | 1 (12.5%) | 2 (2.4%) | 2.0 |
| SubSonic/Migrations/ | 1 (12.5%) | 1 (1.2%) | 1.0 |

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.
83 lines of code changed in 8 files: