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 prepared statement error #1

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Jun 5, 2023

  1. Revert "Ensure thatPreferredCursorExecution is the only configuration…

    … flag to control cursor preference."
    
    This reverts commit 07cb863.
    SimenRokaas committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    c4544fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c127cf9 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Capture encoder in Encoded instead of the plain value.

    We now accept Suppliers to encode a value multiple times.
    
    [resolves r2dbc#272]
    
    Signed-off-by: Mark Paluch <[email protected]>
    mp911de committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    617ea48 View commit details
    Browse the repository at this point in the history
  2. Reprepare invalid and missing prepared statements.

    We now reprepare (retry) a statement that is contextually invalid or cannot be found on the server.
    
    [resolves r2dbc#271]
    
    Signed-off-by: Mark Paluch <[email protected]>
    mp911de committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    4bf95d6 View commit details
    Browse the repository at this point in the history
  3. Polishing.

    [r2dbc#272]
    
    Signed-off-by: Mark Paluch <[email protected]>
    mp911de committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    7d5b08b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Auto-close staging repository after staging.

    [r2dbc#274]
    
    Signed-off-by: Mark Paluch <[email protected]>
    mp911de committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    fb52750 View commit details
    Browse the repository at this point in the history
  2. Upgrade to Reactor 2022.0.9.

    [resolves r2dbc#275]
    
    Signed-off-by: Mark Paluch <[email protected]>
    mp911de committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e17bd93 View commit details
    Browse the repository at this point in the history
  3. Upgrade build plugins.

    [r2dbc#274]
    
    Signed-off-by: Mark Paluch <[email protected]>
    mp911de committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    68b1984 View commit details
    Browse the repository at this point in the history
  4. Adapt to Reactor changes.

    [r2dbc#275]
    
    Signed-off-by: Mark Paluch <[email protected]>
    mp911de committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    9e802b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    ffba52c View commit details
    Browse the repository at this point in the history