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

Commits on Apr 10, 2024

  1. fix: Refactor new connection

    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 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d11f2f0 View commit details
    Browse the repository at this point in the history
  2. test without rescue flow

    BuonOmo committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    4f73795 View commit details
    Browse the repository at this point in the history
  3. remove junk

    BuonOmo committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8bc0a36 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. clean related test

    BuonOmo committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    33c953c View commit details
    Browse the repository at this point in the history