Closed GoogleCodeExporter closed 9 years ago
So, what exactly is the problem? This warning tells you that you're doing
COMMIT while there's no transaction. It's safe to ignore. You can also check
SQLiteConnection.isAutoCommit() method, which would return true if there's no
transaction going.
Does that help or do you think there's a defect in sqlite4java?
Igor
Original comment by ser...@gmail.com
on 18 Aug 2011 at 1:18
Original comment by ser...@gmail.com
on 2 Mar 2012 at 4:34
Original issue reported on code.google.com by
warlo...@gmail.com
on 18 Aug 2011 at 9:15Attachments: