alinaliBQ opened a new issue, #49387:
URL: https://github.com/apache/arrow/issues/49387

   ### Describe the enhancement requested
   
   Acceptance Criteria:
   1. Enable these DSN default values for ODBC on macOS:
   - `useEncryption`
   - `useSystemTrustStore`
   - `disableCertificateVerification`
   
   2. Remove setting default in `ReadDsnString` since the driver manager on 
Windows and Mac, Linux implements `SQLGetPrivateProfileString` differently, so 
the way of passing defaults is consistent across platforms. 
   3. Document default values 
   
   ----
   
   Example code for enabling default values:
   
   
https://github.com/apache/arrow/blob/2fcc3ec9f04cfe73facef5155e831dac19ead853/cpp/src/arrow/flight/sql/odbc/odbc_impl/flight_sql_connection.cc#L211-L221
   
   ### Component(s)
   
   C++, FlightRPC


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