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

   Nearly the entire driver lives in one file, 
https://github.com/apache/arrow-adbc/blob/main/c/driver/sqlite/sqlite.cc. 
Unfortunately the changes would be scattered all about; any time we get a code 
from SQLite, it may potentially have to be accounted for. And the helpers used 
to construct errors are used inconsistently and don't account for vendor code, 
so the first order of business might be simply to decide on the API there.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to