We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I set auto commit disable using
connection.setAutoCommit(false);
then, I commit manually
connection.setAutoCommit(true);
but not get it.
java.sql.SQLException: SQL logic error or missing database at org.sqlite.DB.throwex(DB.java:288) at org.sqlite.DB.exec(DB.java:68) at org.sqlite.Conn.commit(Conn.java:172) at database.Database.insert(Database.java:93) at junit.DatabaseTest.main(DatabaseTest.java:32)
The text was updated successfully, but these errors were encountered:
not I am using this project, and it works. http://www.xerial.org/trac/Xerial/wiki/SQLiteJDBC
Sorry, something went wrong.
No branches or pull requests
I set auto commit disable using
then, I commit manually
but not get it.
The text was updated successfully, but these errors were encountered: