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

Fix test_different_bind_joins UnboundExecutionError #2484

Merged

Conversation

cjmayo
Copy link
Contributor

@cjmayo cjmayo commented Jul 28, 2024

sqlalchemy.exc.UnboundExecutionError: Bind key 'other' is not in 'SQLALCHEMY_BINDS' config.


An update of a commit from #2328.

I'm no fixtures expert so maybe there is a better way, although this does seem to be a one-off at this time.

@cjmayo cjmayo force-pushed the test_different_bind_joins branch 3 times, most recently from 9845473 to 679d6fb Compare July 29, 2024 19:00
sqlalchemy.exc.UnboundExecutionError: Bind key 'other' is not in 'SQLALCHEMY_BINDS' config.
@cjmayo cjmayo force-pushed the test_different_bind_joins branch from 679d6fb to 2bc4a32 Compare July 29, 2024 19:05
Copy link
Contributor

@samuelhwilliams samuelhwilliams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 🙏

@samuelhwilliams samuelhwilliams merged commit c79fe0f into pallets-eco:master Jul 29, 2024
9 checks passed
@cjmayo cjmayo deleted the test_different_bind_joins branch August 3, 2024 16:45
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 18, 2024
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.

2 participants