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

bugfix: statement prepared in TX is closed with TX #117

Closed
wants to merge 8 commits into from

Commits on Oct 20, 2023

  1. buxfix: statement prepared in TX is closed with TX

    If a sqlair.Statement is first used inside a transaction, it is prepared
    in the transaction dedicated connection. When the transaction is closed,
    the connection is closed as well, meaning the statement is no longer
    valid.
    letFunny committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f69c07b View commit details
    Browse the repository at this point in the history
  2. Remove prepareSubstrate

    letFunny committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    c98533e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

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

Commits on Nov 8, 2023

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

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    13beb4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ca8bb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Add argument

    letFunny committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    622fc8b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Fix test not passing

    letFunny committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8add63b View commit details
    Browse the repository at this point in the history