query recording: also record bind_key of query#1403
Open
risicle wants to merge 1 commit intopallets-eco:mainfrom
Open
query recording: also record bind_key of query#1403risicle wants to merge 1 commit intopallets-eco:mainfrom
bind_key of query#1403risicle wants to merge 1 commit intopallets-eco:mainfrom
Conversation
62214ce to
1e771f3
Compare
spatel033
added a commit
to alphagov/notifications-api
that referenced
this pull request
Dec 5, 2025
…uery Replace flask_sqlalchemy's get_recorded_queries with SQLAlchemy event listeners that capture the bind_key for each engine. Add QueryInfo dataclass with statement, parameters, and bind_key fields. This enables tests to verify that queries are being routed to the correct database when using db.session_bulk. This is an alternative to the existing PR pallets-eco/flask-sqlalchemy#1403 for flask-sqlalchemy.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses #1402
Haven't added a
CHANGES.rstentry as I don't know what version this would make it in to (I'd imagine a change like this might at least warrant a minor version bump?)