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
Double check that running the migrations and tests still work as expected with no deviation from the previous code
Verify that a deploy to staging works with the changes once merged
Security Considerations
As SQLAlchemy 2.0+ is now released, the older 1.4 way is deprecated, and may not receive security updates, as well as are expected to be completely phased out of the codebase in the relatively near future.
Other than that, there's really nothing. The end goal should be that this changes these modules and doesn't impact anything else.
The text was updated successfully, but these errors were encountered:
Converting queries to SQLAlchemy 2.0 standards is a complex process, this issue is for updating the following modules:
tests/app/dao/
tests/app/service/
tests/app/template/
tests/app/user/
These modules require the following steps to be done for them (explained in Upgrade SQLAlchemy queries to 2.0 standards #1319):
SELECT
StatementsINSERT
StatementsUPDATE
StatementsDELETE
StatementsAcceptance Criteria:
Security Considerations
As SQLAlchemy 2.0+ is now released, the older 1.4 way is deprecated, and may not receive security updates, as well as are expected to be completely phased out of the codebase in the relatively near future.
Other than that, there's really nothing. The end goal should be that this changes these modules and doesn't impact anything else.
The text was updated successfully, but these errors were encountered: