Skip to content

fix: drop table with sa drop table api#122

Merged
Mini256 merged 1 commit intomainfrom
drop-table-with-sa-table
Jul 1, 2025
Merged

fix: drop table with sa drop table api#122
Mini256 merged 1 commit intomainfrom
drop-table-with-sa-table

Conversation

@Mini256
Copy link
Copy Markdown
Member

@Mini256 Mini256 commented Jul 1, 2025

Using DROP TABLE does not properly clean up table information in sqlalchemy Metadata, causing the Base.metadata.create_all() method to fail to correctly determine whether a table exists if checkfirst=True is used.

@Mini256 Mini256 merged commit c09f34d into main Jul 1, 2025
2 checks passed
@Mini256 Mini256 deleted the drop-table-with-sa-table branch July 1, 2025 08:09
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.

1 participant