Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for sqlalchemy >=1.4 #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

david-caro
Copy link

@david-caro david-caro commented Aug 31, 2022

Main changes there are that subqueries have to be cast to select, and
delete needs a table, not a column.

Fixes #94

Main changes there are that subqueries have to be cast to select, and
delete needs a table, not a column.
@SinisterCrayon
Copy link

Just wanted to add confirmation that I saw the same issue, and this patch fixes it. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sqlalchemy >= 1.4 breaks the cleanup cli
2 participants