Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Convert raw database queries to SQLAlchemy #111

Open
unixfreak0037 opened this issue Jan 17, 2019 · 1 comment
Open

Convert raw database queries to SQLAlchemy #111

unixfreak0037 opened this issue Jan 17, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@unixfreak0037
Copy link
Collaborator

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 unixfreak0037 added the enhancement New feature or request label Jan 17, 2019
@unixfreak0037 unixfreak0037 self-assigned this Jan 17, 2019
@unixfreak0037
Copy link
Collaborator Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant