lidavidm commented on issue #64:
URL: https://github.com/apache/arrow-adbc/issues/64#issuecomment-1215589955

   Hmm. Go's docs state this for Stmt:
   
   > When the Stmt needs to execute on a new underlying connection, it will 
prepare itself on the new connection automatically. 
   
   @zeroshade does this mean the execution is truly concurrent on a single 
connection? It seems Go is cheating and using a connection pool internally?
   


-- 
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-unsubscr...@arrow.apache.org

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

Reply via email to