davidhcoe opened a new issue, #1225:
URL: https://github.com/apache/arrow-adbc/issues/1225

   In recent testing, databases that contain the `-` character cause errors in 
the GetInfo calls because of the way the SQL is generated inside of the driver. 
These database names should be double quoted per 
https://docs.snowflake.com/en/sql-reference/identifiers-syntax#double-quoted-identifiers
 but are returned as is in the 
https://github.com/apache/arrow-adbc/blob/aafb99601825aaed054f0772f952cd14004a1c04/go/adbc/driver/snowflake/connection.go#L278
 call. 
   
   Additionally, the cursor-based call takes a long time to perform for 
accounts with a large number of databases. This has been tested to take 12 
seconds to over 1 minute to perform this query that typically takes less than a 
second on ODBC to perform. 


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