Menu

#104 Autocommit should be disabled by default

open
nobody
None
5
2009-11-16
2009-11-16
No

This was brought up in the following forum posts:

https://sourceforge.net/projects/neodatis-odb/forums/forum/619814/topic/3439133
https://sourceforge.net/projects/neodatis-odb/forums/forum/619814/topic/3445646

I think that autocommit should be disabled by default. You should be able to re-enable it via configuration if you really want that behavior. Also, if the client loses their connection to the database before doing a commit or close that transaction should always be rolled back. If autocommit is on then closing a connection would perform an implicit commit but when it is off anything than an explicit commit should do a rollback.

Discussion


Log in to post a comment.