Skip to content

Fix issue where only the last database's connection was used in QueryAsserter#205

Merged
jedie merged 1 commit intomasterfrom
fix_connection_confusion
Feb 9, 2026
Merged

Fix issue where only the last database's connection was used in QueryAsserter#205
jedie merged 1 commit intomasterfrom
fix_connection_confusion

Conversation

@arahayrabedian
Copy link
Contributor

QueryAsserter would only pick the last database used, this was not visible in our setup but will cause queries to go to the wrong database.

Fix is to make sure that connection gets appropriately set in each cursor.

@arahayrabedian arahayrabedian force-pushed the fix_connection_confusion branch 2 times, most recently from 2c4d761 to 2c59909 Compare February 5, 2026 20:01
…Asserter (where "last" is internal ordering)
@arahayrabedian arahayrabedian force-pushed the fix_connection_confusion branch from 2c59909 to e6dc0c0 Compare February 6, 2026 19:05
@jedie jedie merged commit d78d8cf into master Feb 9, 2026
8 checks passed
@jedie jedie deleted the fix_connection_confusion branch February 9, 2026 10:49
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.

2 participants