RE: [coldbox:16987] Re: JDBC Commit Error

That’s excellent news. Do you have any insight on what the relaxAutoCommit setting does and when it should be set?

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

i wish I could give you a nice answer like "yes" but sadly I have
absolutely NO idea. It works with relaxAutoCommit=true and it does not work
without it.

what I can tell you is that when you have two ORM transactions that happen
at the same time is when it happens. so my guess is that relaxAutoCommit
allows for grouping of the SQL commands together as 1 request to mysql.
Again that is a complete guess.

Jeremy R. DeYoung
• *LunarFly.com* <http://www.lunarfly.com/>

My understanding is that it allows for batch commits / commands etc.