

| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 11 (100.0%) | 634 (100.0%) | 57.6 |
| SubSonic/DataProviders/ | 9 (81.8%) | 632 (99.7%) | 70.2 |
| SubSonic/ | 2 (18.2%) | 2 (0.3%) | 1.0 |

MySqlDataProvider -- Update to correct issue for bug # 12635
0 lines of code changed in 1 file:
MySqlInnoDBDataProvider -- Added support for foreign key methods from collections. I believe this to be working for everything but many-to-many
242 lines of code changed in 1 file:
MySqlDataProvider -- Modified return type for timestamp to return DbType.DateTime. Sorry this was a late addition as it was an easy fix and needed to be included.
1 lines of code changed in 1 file:
1 lines of code changed in 1 file:
MySqlDataProvider -- Removed support for GetForeignKeyTableName and moved to the InnoDB provider.
4 lines of code changed in 1 file:
MySqlInnoDBDataProvider -- New MySql provider to provide relationship support that is only available in the INNODB engine. This provider simply inherits from the MySql provider and overrides where necessary for relationship support. It is far from complete and a WIP. It does however let you use the autoscaffold for fk->pk relationships. :)
69 lines of code changed in 1 file:
MySqlDataProvider -- Added code for output parameters on stored procedures. Work Item: 10798
47 lines of code changed in 1 file:
Added mysql provider to list if check in the GetSPSchemaCollection method. This should allow for stored proc generation, but it's still not working. :s
11 lines of code changed in 1 file:
Made code change to use MySql providers built in DeriveParameters method to determine stored proc parameters. Also removed old code from the previously updated methods.
12 lines of code changed in 1 file:
1 lines of code changed in 1 file:
Rewrote most of the provider to work with AutomaticConnectionScope. Does compile, but has not been fully tested.
246 lines of code changed in 1 file: