Migrate database queries to SQLAlchemy #81
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Now that SQLAlchemy is used for database schema migrations and handling (
560cb609ba
et al), consider migrating all database interactions to SQLAlchemy.From some preliminary testing, this looks like it will require some significant refactoring of the provisioner functions.
changed milestone to %4
I don't think I'm going to implement this. Doing manual SQL is not that bad, and the representations of SQLAlchemy while nice are foreign enough to me to not be worth the effort. Maybe one day.
closed
Worth keeping this issue around just in case.
reopened
Moving this to the v2 project as a nice-to-have. The current manual SQL works more than well enough.