alinaliBQ opened a new pull request, #49564:
URL: https://github.com/apache/arrow/pull/49564

   ### Rationale for this change
   GH-49463
   Add Ubuntu support so users can connect using odbc on Linux.
   
   ### What changes are included in this PR?
   - Enable Linux ODBC build with unicode support
   - Add ODBC Ubuntu build in CI
   - Added `docker-compose` for Flight SQL ODBC
   - Register ODBC after build
   - Replaced `boost::lexicographical_compare` with 
`std::lexicographical_compare`
   - Fixed conversion bugs in `SetAttributeSQLWCHAR`
   - Convert from std::string to std::u16string directly without involving wide 
string (wstring)
   * Add patch for Windows build
   
   ### Are these changes tested?
   - Ubuntu build is tested in CI
   - ODBC is tested with `isql` on local docker, and confirmed to be able to 
connect to online remote instance
   
   ### Are there any user-facing changes?
   N/A
   


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