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

Work with pools that don't support prepared statements #1147

Merged
merged 6 commits into from
Jul 13, 2024

Commits on Jun 4, 2024

  1. Work with pools that don't support prepared statements

    Introduce a new `query_with_param_types` method that allows to specify Postgres type parameters. This obviated the need to use prepared statementsjust to obtain parameter types for a query. It then combines parse, bind, and execute in a single packet.
    
    Related: sfackler#1017, sfackler#1067
    ramnivas committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    f397668 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    3f8f5de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74eb4db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f00ed42 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

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

Commits on Jul 10, 2024

  1. Fix a clippy warning

    ramnivas committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    0fa3247 View commit details
    Browse the repository at this point in the history