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

Temp check for #324 #325

Closed
wants to merge 4 commits into from
Closed

Temp check for #324 #325

wants to merge 4 commits into from

Conversation

BuonOmo
Copy link
Collaborator

@BuonOmo BuonOmo commented Apr 10, 2024

No description provided.

The old method was calling `AbstractAdapter#initialize`
with a connection object, rather than a hash. This was
then setting `@unconfigured_connection`, which in turns
forced to re-run `#configure_connection` when a first
query was made. This is usually OK (although unnecessary)
except if `use_follower_reads_for_type_introspection` is
used, since it sets AOST for a single query, which fails
within a transaction.

Fixes #320
@BuonOmo BuonOmo changed the title Temp check for 237 Temp check for #237 Apr 10, 2024
@BuonOmo BuonOmo changed the title Temp check for #237 Temp check for #324 Apr 10, 2024
@BuonOmo BuonOmo closed this Jun 29, 2024
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