ACE icon indicating copy to clipboard operation
ACE copied to clipboard

Convert raw database queries to SQLAlchemy

Open unixfreak0037 opened this issue 6 years ago • 1 comments

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.

unixfreak0037 avatar Jan 17 '19 00:01 unixfreak0037

I started working on this with PR #178 which introduced the capability to retry on deadlock condition for sqlalchemy-based database transactions.

unixfreak0037 avatar Feb 05 '19 16:02 unixfreak0037