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
Currently execute_batch always return nil.
execute_batch
nil
db.execute_batch [ "PRAGMA empty_result_callbacks=1", "CREATE TABLE t1(a,b)", "CREATE INDEX t1i3 ON t1(a,b)", "INSERT INTO t1 VALUES(1, 2)", "SELECT * FROM t1", ]
or simply db.execute [...]?
db.execute [...]
The text was updated successfully, but these errors were encountered:
Yes, I think both of those things would be fine.
Sorry, something went wrong.
No branches or pull requests
Currently
execute_batch
always returnnil
.or simply
db.execute [...]
?The text was updated successfully, but these errors were encountered: