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

chore: support untyped values for statement parameters #1854

Merged
merged 5 commits into from
Apr 28, 2022
Merged

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    8bddf4d View commit details
    Browse the repository at this point in the history
  2. chore: support untyped values

    Adds support for untyped values that can be used as statement
    parameters. This is required for Spangres, as many native PG drivers
    send (some) parameters without an explicit type, and expect the backend
    to infer the type from the context. If we were to include a
    (placeholder) type for such a parameter, the type inference on the
    backend fails.
    olavloite committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    e0be5b1 View commit details
    Browse the repository at this point in the history
  3. chore: support untyped values

    Adds support for untyped values that can be used as statement
    parameters. This is required for Spangres, as many native PG drivers
    send (some) parameters without an explicit type, and expect the backend
    to infer the type from the context. If we were to include a
    (placeholder) type for such a parameter, the type inference on the
    backend fails.
    olavloite committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    f56d38e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

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