You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "srebhan (via GitHub)" <gi...@apache.org> on 2023/04/14 16:26:32 UTC

[GitHub] [arrow] srebhan opened a new issue, #35136: [Go][FlightSQL] Allow non-prepared queries

srebhan opened a new issue, #35136:
URL: https://github.com/apache/arrow/issues/35136

   ### Describe the enhancement requested
   
   Currently, all queries are prepared as the driver does not implement the `QueryerContext` interface. As a consequence all backends not supporting `CreatePreparedStatement` will fail and cannot be used with the driver.
   
   Please implement `QueryerContext` to allow usage of the mentioned backends with the driver.
   
   ### Component(s)
   
   FlightRPC, Go


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] zeroshade closed issue #35136: [Go][FlightSQL] Allow non-prepared queries

Posted by "zeroshade (via GitHub)" <gi...@apache.org>.
zeroshade closed issue #35136: [Go][FlightSQL] Allow non-prepared queries
URL: https://github.com/apache/arrow/issues/35136


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org