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

   IMO the right thing to do is to let the driver tweak he input that works 
with the underlying database's client protocol library. 
   
   Which means that the application shouldn't care about quoting identifier 
inputs. How to handle identifiers is an implementation detail (which could be 
anything including wrapping the input a double quotes and putting it in a query 
to a system view, using bound parameters, running a stored procedures, running 
an RPC call...). This is far too complicated for the application layer to know 
about.


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