frbvianna commented on issue #2539: URL: https://github.com/apache/arrow-adbc/issues/2539#issuecomment-2675527875
Sharing some info I collected on setting session parameters that were somewhat unclear from the docs but may be useful for this: Multiple parameters may be set in a single `ALTER SESSION` statement such as `ALTER SESSION SET param_1 = "value""1" param_2 = 1000` where parameter values can be of type STRING, BOOLEAN or NUMBER (see [usage notes](https://docs.snowflake.com/en/sql-reference/sql/alter-session#usage-notes)). For STRING type, parameter values must be enclosed in double-quotes and each contained double-quote must be escaped with one additional double-quote character. For BOOLEAN and NUMBER types, parameter values should not be enclosed in double-quotes. Boolean parameters are either `TRUE` or `FALSE` (case insensitive). -- 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]
