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: support SET statements combining with other queries with semicolon in PreparedStatement #2973

Merged
merged 1 commit into from
Nov 16, 2023

Commits on Nov 16, 2023

  1. feat: support SET statements combining with other queries with semico…

    …lon in PreparedStatement
    
    Previoulsy, PreparedStatement supported executing several statements delimited with semicolon,
    however, it was failing for SELECT and SET combination as the driver was expecting "query results"
    from SET.
    
    Now we ignore SET results, so it enables users to save network roundtrip
    ng-galien authored and vlsi committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    3ced0bc View commit details
    Browse the repository at this point in the history