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
Now supported with 1.4, see https://docs.sqlalchemy.org/en/14/changelog/migration_14.html#orm-query-is-internally-unified-with-select-update-delete-2-0-style-execution-available
I think maybesession.query needs to be changed to select?
session.query
select
The text was updated successfully, but these errors were encountered:
also use WAL mode for connections, which improves concurrency: https://sqlite.org/wal.html See e.g. https://github.com/aiidateam/disk-objectstore/blob/65a3e5d9b8c95d7f9a7309a01f8be68bc11be1bd/disk_objectstore/database.py#L34
Sorry, something went wrong.
No branches or pull requests
Now supported with 1.4, see https://docs.sqlalchemy.org/en/14/changelog/migration_14.html#orm-query-is-internally-unified-with-select-update-delete-2-0-style-execution-available
I think maybe
session.query
needs to be changed toselect
?The text was updated successfully, but these errors were encountered: