Custom schema provider for MySQL 5.0. The provider takes advantage of the
latest MySQL features, including INFORMATION_SCHEMA tables, stored
procedures, and so forth.
Be sure to read the included readme.txt for instructions on requirements and how to set up the provider.
Release Notes
Release 0.9.2 : 2006-02-17
- Updated GetTableKeys() to provide not only the foreign keys for the table but also the foreign keys of other tables that point to the given table. Updated code graciously provided by Douglas R. Steen. Thanks!
- Added .NET 2.0 version for CodeSmith 3.2.5 or higher (unless recompiled)
- .NET 1.1 version requires CodeSmith 3.1.6 (unless recompiled)
Release 0.9.1 : 2005-12-29
- Added support for Extended Properties CS_IsIdentity
- Bug fix for GetTableData()
- Requires CodeSmith v3.1.4
Release 0.9.0 : 2005-11-27