[ http://jira.nhibernate.org/browse/NH-32?page=all ]
Sergey Koshcheyev updated NH-32:
--------------------------------
Comment: was deleted
> ByteFX.Data was renamed to ByteFX.MySqlClient
> ---------------------------------------------
>
> Key: NH-32
> URL: http://jira.nhibernate.org/browse/NH-32
> Project: NHibernate
> Type: Task
> Components: Data Providers
> Versions: beta-0.7
> Reporter: Peter Smulovics
> Assignee: Mike Doerfler
> Priority: Trivial
> Fix For: beta-0.7
> Attachments: MySQLDialect.cs.patch, MySql.TestResult.xml, mysql-connector-net-patch.zip
>
> ByteFX.Data was renamed to ByteFX.MySqlClient by bytefx, so the driver for bytefx should be updated to load the command and connection object from the right dll.
> Instead of
> connectionType = System.Type.GetType("ByteFX.Data.MySqlClient.MySqlConnection, ByteFX.Data");
> commandType = System.Type.GetType("ByteFX.Data.MySqlClient.MySqlCommand, ByteFX.Data");
> connectionType = System.Type.GetType("ByteFX.Data.MySqlClient.MySqlConnection, ByteFX.MySqlClient");
> commandType = System.Type.GetType("ByteFX.Data.MySqlClient.MySqlCommand, ByteFX.MySqlClient");
> should be written.
> As I saw, the internal naming of the namespaces and classes wasn't changed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.nhibernate.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|