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

   ### What feature or improvement would you like to see?
   
   All the drivers maintained in the `adbc-drivers` GitHub org now support 
passing all connection arguments in a URI that starts with `drivername://`. And 
most or all of the driver managers now support searching for drivers based on 
the URI scheme when the driver is not otherwise specified. However, the SQLite 
driver maintained in this repo does not accept URIs that begin with 
`sqlite://`. I believe the Flight SQL driver here also lacks support for URIs 
that begin with `flightsql://`. The former should be simple enough to support. 
The latter might be awkward because the driver already accepts other schemes 
like `grpc+tcp://` and it needs to pass full the URI down to the Flight SQL 
layer and where the scheme is meaningful.


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