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

[sql_database] disposes sql alchemy engines created per table #527

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

rudolfix
Copy link
Contributor

Tell us what you do here

  • fixing a bug (please link a relevant bug report)

Short description

sql alchemy engines created for each sql_table were not disposed after use. now they are. we also garbage collect after every test to dispose sql_database wide engines.

for full control pass your own engine instances

@rudolfix rudolfix force-pushed the fix/disposes-per-table-engines branch from cf4485b to 216b54b Compare July 12, 2024 06:55
@rudolfix rudolfix merged commit cb96e69 into master Jul 15, 2024
14 checks passed
@rudolfix rudolfix deleted the fix/disposes-per-table-engines branch July 15, 2024 10:58
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