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
Be careful, there are many places in Tahrir that get a Query from tahrir_api and then build upon it by adding .filter() and .order_by() calls. This will not be possible with the SQLAlchemy 2.0 API.
There's a new API style in SQLAlchemy 2.0: https://docs.sqlalchemy.org/en/20/changelog/migration_20.html
The text was updated successfully, but these errors were encountered: