ACE
ACE copied to clipboard
Convert raw database queries to SQLAlchemy
There's quite a few places now where just raw SQL commands are being issued for the sake of getting it done quickly. Need to go back and rework these into SQLAlchemy usage.
I started working on this with PR #178 which introduced the capability to retry on deadlock condition for sqlalchemy-based database transactions.