You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2017/11/25 02:06:00 UTC

[jira] [Commented] (CALCITE-2065) Make “autoCommit” an accepted parameter in the JDBC URL

    [ https://issues.apache.org/jira/browse/CALCITE-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16265579#comment-16265579 ] 

Julian Hyde commented on CALCITE-2065:
--------------------------------------

If possible, add properties for other applicable "set" methods in Connection (e.g. setTransactionIsolation, setReadOnly) and the "set" methods Statement for which the default is implementation-defined (e.g. setQueryTimeout), and also the parameters to Connection.createStatement (resultSetType, resultSetConcurrency, resultSetHoldability).

> Make “autoCommit” an accepted parameter in the JDBC URL
> -------------------------------------------------------
>
>                 Key: CALCITE-2065
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2065
>             Project: Calcite
>          Issue Type: Improvement
>          Components: avatica
>            Reporter: Christian Tzolov
>            Assignee: Josh Elser
>
> At the moment there is no declarative way to set connection's "autoCommit" property. It defaults to `false`. 
> There are couple of use cases (like apache zeppelin integration) where the ability to set the autocommit property to true are required. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)