ianmcook commented on issue #4085: URL: https://github.com/apache/arrow-adbc/issues/4085#issuecomment-4051908862
Here's the behavior I think we should implement: If the user specifies a connection profile (with the `profile` option or with a `profile://` URI) and _also_ specifies the `driver` option with `AdbcDatabaseSetOption`, then: 1. If `driver` is _not_ set in the connection profile, then the driver manager should take it from the `driver` option that the user set with `AdbcDatabaseSetOption`. 2. If `driver` is set in the connection profile, and it agrees, then there's no problem; just proceed. 3. If `driver` is set in the connection profile, and it _disagrees_, then error. -- 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]
