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

   ### What feature or improvement would you like to see?
   
   ADBC parameter binding works by binding an array and schema. This allows for 
the possibility of named bindings in the query and not just positional 
bindings. The Snowflake driver ignores the names in the schema and just binds 
the individual columns by ordinal. It's not possible, of course, to know 
whether the query text itself uses positional binding markers (`?`) or named 
binding markers (`:name`), so enabling support for binding by name will 
probably require opting-in with a statement option e.g. 
`adbc.snowflake.statement.bind_parameters_by_name`.


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