Completed
Details
Assignee
Sean CorfieldSean CorfieldReporter
Sean CorfieldSean CorfieldPriority
Major
Details
Details
Assignee
Sean Corfield
Sean CorfieldReporter
Sean Corfield
Sean CorfieldPriority

Created July 5, 2017 at 6:29 PM
Updated July 13, 2017 at 1:32 AM
Resolved July 13, 2017 at 1:32 AM
In order to better support streaming queries, it would be nice if you could filter certain options down to the get-connection call (e.g.,
:auto-commit
to invoke.setAutoCommit()
).These could either be
assoc
'd into thedb-spec
or options could be passed into allget-connection
calls – the latter is probably a cleaner solution, with the usual caveat of being able to set defaults in thedb-spec
itself.Suggested options to support:
:auto-commit
,:read-only
– any others?