-
Notifications
You must be signed in to change notification settings - Fork 933
Added driver to support dotConnect for MySql #149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Please create JIRA issue for this feature |
Done: NH-3283 |
@andreazevedo where could I download the connector? |
public DotConnectMySqlDriver() : base( | ||
"Devart.Data.MySql", | ||
"Devart.Data.MySql.NHibernate.NHibernateMySqlConnection", | ||
"Devart.Data.MySql.NHibernate.NHibernateMySqlCommand") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could not find "Devart.Data.MySql.NHibernate.NHibernateMySqlConnection" and "Devart.Data.MySql.NHibernate.NHibernateMySqlCommand" classes in Devart.Data.MySql.dll
Are you sure that this is not a mistake?
Try this: <runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<qualifyAssembly partialName="Devart.Data.MySql" fullName="Devart.Data.MySql, Version=7.2.77.0, Culture=neutral, PublicKeyToken=09af7300eec23701" /> |
The great advantage of this provider is that it supports Distributed Transactions on MySql. |
Ok, I've found these classes but in "Trial" distribution, but in "Express" these classes is not presented.... |
@hazzik hmm, you're right. Sorry for that, I use the paid version as I need distributed transactions. |
It is odd that they list a feature such as "NHibernate support" - what would be so special with NHibernateMySqlConnection etc? One would think that "NHibernate support" should rather imply that they provide a an NHibernate driver in the package. |
Hmm, I still don't know what is speciall about NHibernateMySqlConnection, but I suppose one conceivable reason for them to not provide the driver class is that they want to avoid actually depending on NHibernate. |
Added driver to support dotConnect for MySql
Just added a new driver to support dotConnect for MySql by DevArt: http://www.devart.com/dotconnect/mysql/