You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current db queries use query() method from legacy 1.x ORM API. To keep in sync with SQLAlchemy, we should start moving towards SQLAlchemy 2.0 style code which uses select() for the same purpose:
Current db queries use query() method from legacy 1.x ORM API. To keep in sync with SQLAlchemy, we should start moving towards SQLAlchemy 2.0 style code which uses select() for the same purpose:
https://docs.sqlalchemy.org/en/20/orm/queryguide/api.html
The text was updated successfully, but these errors were encountered: