lidavidm opened a new issue, #64:
URL: https://github.com/apache/arrow-adbc/issues/64

   Things to consider
   - What do underlying APIs provide (libpq, sqlite, JDBC, ODBC, Flight SQL)
   - What do wrapper APIs expect (JDBC, ODBC, dbapi, Go's database library)
   
   Example: libpq disallows concurrent queries through a single PGconn, so 
multiple AdbcStatements can't be used if they share a connection (and the 
semantics of that get murky anyways) - but what should the behavior be?


-- 
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.apache.org

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

Reply via email to