pacman82 commented on issue #72:
URL: https://github.com/apache/arrow-adbc/issues/72#issuecomment-2566252112

   > An additional snag is that Unix platforms need unixodbc, which is LGPL, 
and so I'm not sure we can take a dependency on that from an Apache project.
   
   I would recommend to link dynamically against the ODBC driver Manager used 
by the System. As such you would not package unixODBC, but it would be 
installed seperatly via e.g. the package manager of the Linux distribution.
   
   >  I think both libraries use SQLBindCol?
   
   Both `turbodbc` and `arrow-odbc` use column wise block cursors via 
`SQLBindCol`.
   
   Best, Markus


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