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

   ### Describe the enhancement requested
   
   ### Describe the enhancement requested
   
   We need to copy connection string properly in SQLDriverConnectW in the ODBC 
driver according to spec: 
https://learn.microsoft.com/en-us/sql/odbc/reference/syntax/sqldriverconnect-function?view=sql-server-ver16.
 
   
   1. In scenarios where the DSN window is displayed (see spec), 
`outConnectionString` needs to include the values entered in the DSN window.
   2. Check if password needs to be masked in the `outConnectionString` output 
parameter. This can be done by checking `SQLDriverConnectW` behavior of the SQL 
Server ODBC driver.
        i. If the password needs to be masked, update the implementation of 
`SQLDriverConnectW` to mask the password during copy
   
   Parent issue: https://github.com/apache/arrow/issues/30622
   
   ### Component(s)
   
   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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to