

| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 7 (100.0%) | 1177 (100.0%) | 168.1 |
| SubSonic/DataProviders/ | 4 (57.1%) | 1170 (99.4%) | 292.5 |
| SubSonic/ | 3 (42.9%) | 7 (0.6%) | 2.3 |

FIX: GetInsertSQL SQL needed a semi-colon between the INSERT and the SELECT LAST_INSERT_ROWID() as newID command (With thanks to Russell).
1 lines of code changed in 1 file:
FIX: Yet another fix for the GetSchema method (thanks Russel).
1 lines of code changed in 1 file:
FIX: GetTableSchema was assigning the table name to the ForeignKey name and this was breaking the FK relationships in the generated code.
0 lines of code changed in 1 file:
FIXED: Changed the reference to System.Data.SQLite to point to the dependencies folder.
4 lines of code changed in 1 file:
ADDED: SQLiteDataProvider initial load. For configuration instructions and test data go to http://codefornothing.wordpress.com/
1171 lines of code changed in 3 files: