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

feat: analyze update returns param types #2156

Merged
merged 7 commits into from Nov 16, 2022
Merged

feat: analyze update returns param types #2156

merged 7 commits into from Nov 16, 2022

Commits on Nov 7, 2022

  1. feat: analyzeStatement for both DML and queries

    Add support for `analyzeStatement` that works for both DML and queries.
    olavloite committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    426fed7 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. feat: analyze update returns param types

    Add the method analyzeUpdateStatement that returns the undeclared
    parameters in an update statement. This allows connection based APIs
    to return more metadata for a statement than is currently possible:
    1. JDBC should return the parameter data types when PreparedStatement#getMetaData()
       is called.
    2. PGAdapter should return the parameter types when a DescribeStatement
       message is received.
    olavloite committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    e5c1433 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5323f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33eb363 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2319ed3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    c267775 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    692f278 View commit details
    Browse the repository at this point in the history