I've found a couple places where people say it's not supported, but I can't find what the root cause is.
I recently found this patch for nHibernate that may resolve the issue, has anyone verified this as a workaround?
Is there another unsupported workaround?
- Has it just not been implemented?
Is the right answer.
The patch using a reference to MySql.Data will not get into the trunk in its current form because of the reasons mentioned by Rippo.
However, you don't need to compile NH with the patch. You can just inject the new Batcher.
It's as easy as:
config.DataBaseIntegration(
db => db.Batcher<MySqlClientBatchingBatcherFactory>());
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With