On 1 June 2011 12:18, Craig Ringer <craig@postnewspapers.com.au> wrote:
> "autoCommit" doesn't appear to be documented in
> http://jdbc.postgresql.org/documentation/head/connect.html#connection-parameters
> , which is surprising.
It's a datasource parameter, not a connection parameter.
Possibly mybatis is trying to handle the old datasource default that
had autocommit=false for connections obtained from a datasource.
That default was changed quite a long time ago.
Oliver