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

   So looking into it
   - rowcount is easy to bind, but hard to support (lots of things don't 
support it or only support it for inserts) - that's OK. Flight SQL only exposes 
it for updates.
   - last inserted ID is harder to bind; JDBC requires you to specify that you 
want to get the information up front, while things like SQLite make it hard to 
get a reliable value. Flight SQL doesn't expose this.
   - paramstyle can just go in GetInfo but I think I'd rather punt on that sort 
of thing for now
   - current catalog (and current schema) are easily accessible from the 
connection JDBC. I don't immediately see how to get this for ODBC. Flight SQL 
doesn't really expose this.


-- 
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