Hi Stéphane, > I would have loved to see this one : > https://github.com/jOOQ/jOOQ/issues/1629
Yes, these features will be addressed in jOOQ 3.0. I forgot to mention this specific one. > For people not relying on some container for transaction management, it > would save a lot of code. > I often find myself testing autocommit state to know whether I should start > and commit/rollback a new transaction or just let the caller take care of > it. > Best Yes. Also the usage of DataSources along the lines of distributed transactions (i.e. closing pooled connections after usage) does not necessarily work well for developers who do not rely on containers. I'm hoping to generally improve that area in 3.0 Cheers Lukas
