Description
Via one of the major users of Avatica, Apache Phoenix, I was lead on a wild goose chase about an autocommit JDBC url property.
Turned out in the end, Phoenix's "thick" JDBC driver had such a property and the users just (incorrectly) expected that the "thin" JDBC driver (aka Avatica) also had such a property.
While the usefulness of this is dodgy to me, I bet it's pretty simple to implement.
Attachments
Issue Links
- duplicates
-
CALCITE-2065 Make “autoCommit” an accepted parameter in the JDBC URL
- Open