Menu

#452 data will still be rollbacked after setting setautocommit(true)

open
nobody
None
5
2013-03-16
2013-03-16
Jira Trac
No

Steps:
1. Create CUBRID Connection instance
2. Set autocommit is true
3. Execute create table sql using ExecuteNonQuery()
4. Try to do connection rollback
5. Check table in db

Result:
table is not created, actually, it is rollbacked by conn.Rollback()

Expected result:
if autocommit is true before start transaction, data should not be impacted by rollback operation

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.