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

GH-37143: [GLib][FlightSQL] Add support for prepared INSERT #37196

Merged
merged 2 commits into from
Aug 18, 2023

Commits on Aug 16, 2023

  1. apacheGH-37143: [GLib][FlightSQL] Add support for prepared INSERT

    Sorry. This is too large I thought.
    
    Core bindings are the followings:
    
    * `GAFLightSQLPreparedStatement`
    * `gaflightsql_client_prepare()`
    
    Others are for writing test of them. We need to implement a test
    server for prepared INSERT. Others are for it.
    
    An exception is `ruby/red-arrow-flight-sql/lib/` change. It's for
    convenient API for `gaflightsql_client_prepare()`.
    kou committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7aae358 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

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