Skip to content

#135 Transition to SQLAlchemy newer API

Marko Vendelin requested to merge feature/sqlmigration into main

As Query API in SQLAlchemy is legacy API, it makes sense to switch over to a newer API.

I have tested all replaced statements by running the code and read generated SQL. Some of the replaced statements were never used in the code, those I called while testing while inserting the calls accordingly.

To my knowledge, there is no query call left in the code.

Please review.

Edited by Marko Vendelin

Merge request reports