fornwall opened a new pull request, #4504:
URL: https://github.com/apache/arrow-adbc/pull/4504

   Add a identifier quoting hook whose default reproduces the current ANSI 
double-quoted identifier quoting.
   
   Existing drivers are unaffected - new drivers for databases not supporting 
double quotes for identifiers (such as GoogleSQL ones, which use backticks) can 
override the hook.
   
   This mirrors what the [adbc-drivers/driverbase-go validation harness does 
through its optional `TableQuoter` 
interface](https://github.com/adbc-drivers/driverbase-go/blob/9f4c81e2d6c0b04eeb502ee5c24cf1fd991b93d2/validation/validation.go#L96-L99),
 which [also defaults to ANSI double 
quotes](https://github.com/adbc-drivers/driverbase-go/blob/9f4c81e2d6c0b04eeb502ee5c24cf1fd991b93d2/validation/validation.go#L684-L690).


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