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 ended up needing to use db.conn.close() to fix this issue:
db.conn.close()
I think .close() should be a method on Database itself.
.close()
Database
The text was updated successfully, but these errors were encountered:
05e2bb8
Documentation: https://sqlite-utils.datasette.io/en/latest/reference.html#sqlite_utils.db.Database.close
Sorry, something went wrong.
Use new db.close() method, refs #504
c7e4308
Release 3.30
0d45ee1
Refs #480, #483, #485, #495, #500, #502, #504
No branches or pull requests
I ended up needing to use
db.conn.close()
to fix this issue:I think
.close()
should be a method onDatabase
itself.The text was updated successfully, but these errors were encountered: