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 that we've upgraded to SQLAlchemy v2 (#204), the db.query() API used in the backend is legacy. It's not going away, but probably shouldn't be used in new code. https://docs.sqlalchemy.org/en/20/orm/queryguide/query.html
db.query()
Version 2.0 Migration guide: ORM usage.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Now that we've upgraded to SQLAlchemy v2 (#204), the
db.query()
API used in the backend is legacy. It's not going away, but probably shouldn't be used in new code.https://docs.sqlalchemy.org/en/20/orm/queryguide/query.html
Version 2.0 Migration guide: ORM usage.
The text was updated successfully, but these errors were encountered: