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

skip invalid default bind #1119

Merged
merged 1 commit into from Oct 11, 2022
Merged

skip invalid default bind #1119

merged 1 commit into from Oct 11, 2022

Conversation

davidism
Copy link
Member

If default engine options were set, but SQLALCHEMY_DATABASE_URI was not, engine options for the default bind could be added without a URL, causing a KeyError during configuration. Now, the default bind config is not added if it doesn't have a "url" key.

fixes #1117

@davidism davidism added this to the 3.0.1 milestone Oct 11, 2022
@davidism davidism merged commit 1f72d96 into 3.0.x Oct 11, 2022
@davidism davidism deleted the default-bind-url branch October 11, 2022 15:34
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant