FlightSqlClient parameter_binding
is write-only
#3598
Labels
enhancement
Any new improvement worthy of a entry in the changelog
parameter_binding
is write-only
#3598
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I would like to run parameterized queries from the FlightSql client to integration test what users will be doing with the JDBC client. Unfortunately, I see that the
parameter_binding
field is written to, but never read-from - so these values must not be getting to the server where I need to implement support.Describe the solution you'd like
Describe alternatives you've considered
Continue to leave this important functionality unimplemented.
The text was updated successfully, but these errors were encountered: