Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setAutoCommit(false) has no effect (sqlite) #16

Closed
dueksam opened this issue Dec 21, 2015 · 1 comment
Closed

setAutoCommit(false) has no effect (sqlite) #16

dueksam opened this issue Dec 21, 2015 · 1 comment
Assignees
Labels

Comments

@dueksam
Copy link

dueksam commented Dec 21, 2015

in the title

EDIT: not sure. Will maybe reopen

@dueksam dueksam closed this as completed Dec 21, 2015
@dueksam
Copy link
Author

dueksam commented Dec 22, 2015

it works but only with:

conn.createStatement().executeUpdate("BEGIN");
PreparedStatement ps = conn.prepareStatement(" ... ");
...
conn.commit();

without "BEGIN" it won't work. Don't know if it's supposed to work that way so I'll reopen :)

@dueksam dueksam reopened this Dec 22, 2015
@buggins buggins added the bug label Jan 11, 2016
@buggins buggins self-assigned this Jan 11, 2016
@buggins buggins closed this as completed Sep 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants