zeroshade commented on PR #1738:
URL: https://github.com/apache/arrow-adbc/pull/1738#issuecomment-2072684935

   After talking with @lidavidm and based on the responses from everyone here, 
I'm gonna update this PR to have the following behavior:
   
   * We will still wrap ingesting table names in quotes, following the example 
of JDBC
   * I'll fix the behavior so it will properly escape quotes for Snowflake's 
dialect. We'll first do a pass and replace `"` with `""` before wrapping the 
input with quotes, this should prevent things from erroring like in the 
examples in the linked issue.
   
   If an option is desired to allow turning off this auto-quoting to allow a 
user to provide a literal, we can add that in a follow-up PR.
   
   Does this work for everyone?


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