Re: Setting connection's auto-commit property from the configuration files?

2017-11-18 Thread Julian Hyde
We should make autoCommit a connection property (see https://calcite.apache.org/docs/adapter.html#jdbc-connect-string-parameters ). Also any other properties set via methods in java.sql.Connection; and also things in

Setting connection's auto-commit property from the configuration files?

2017-11-18 Thread Christian Tzolov
Is there a way to set the ConnectionProperties#setAutoCommit(boolean val) from the model.json or perhaps via the jdbc URL attributes? E.g. i'm looking for any configuration option that wouldn't require writing code such as Connection.setAutoCommit(...) -- Christian Tzolov