Fixed
Details
Assignee
Alex ZaytsevAlex ZaytsevReporter
Oleg SakharovOleg SakharovComponents
Fix versions
Affects versions
Priority
MinorWho's Looking?
Open Who's Looking?
Details
Details
Assignee
Alex Zaytsev
Alex ZaytsevReporter
Oleg Sakharov
Oleg SakharovComponents
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created June 27, 2011 at 3:18 PM
Updated August 2, 2017 at 4:16 PM
Resolved August 3, 2012 at 3:42 PM
Hi,
Few months ago I found that there is no way to do bulk updates for MySql in NHibernate.
After few days of using Reflector on both NHibernate and MySql data provider, I realised that implementing this feature shoudln't be hard.
Please, have a look at the patch attached.
I created it using trunk rev. 5972. Besides code changes, it also requires MySql.Data.dll.
It should work with any version of MySql.Data.dll greater than 5.2.3.0 (at least).
I assume, that having a reference to MySql.Data.dll in the NHibernate solution file is probably the biggest question, and, maybe, the actual reason why this batcher wasn't implemented before. I'm open to any discussion re this matter.
Looking forward to your response.