You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2018/09/28 15:12:00 UTC

[jira] [Resolved] (IGNITE-9621) MVCC: sqlline warning that transactions are not supported

     [ https://issues.apache.org/jira/browse/IGNITE-9621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov resolved IGNITE-9621.
-------------------------------------
    Resolution: Fixed
      Assignee: Vladimir Ozerov

> MVCC: sqlline warning that transactions are not supported
> ---------------------------------------------------------
>
>                 Key: IGNITE-9621
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9621
>             Project: Ignite
>          Issue Type: Bug
>          Components: jdbc, mvcc
>            Reporter: Stepan Pilschikov
>            Assignee: Vladimir Ozerov
>            Priority: Major
>             Fix For: 2.7
>
>
> MVCC enabled
> --autoCommit=false
> In sqlline first initial lines throwing warning message:
> {code}
> issuing: !connect jdbc:ignite:thin://127.0.0.1:10800 '' '' org.apache.ignite.IgniteJdbcThinDriver
> Connecting to jdbc:ignite:thin://127.0.0.1:10800
> Connected to: Apache Ignite (version 2.7.1#19700101-sha1:00000000)
> Driver: Apache Ignite Thin JDBC Driver (version 2.7.1#19700101-sha1:00000000)
> Autocommit status: false
> Sep 17, 2018 5:44:32 PM org.apache.ignite.internal.jdbc.thin.JdbcThinConnection setTransactionIsolation
> WARNING: Transactions are not supported.
> Sep 17, 2018 5:44:32 PM org.apache.ignite.internal.jdbc.thin.JdbcThinConnection getTransactionIsolation
> WARNING: Transactions are not supported.
> Transaction isolation: TRANSACTION_REPEATABLE_READ
> sqlline version 1.3.0
> 0: jdbc:ignite:thin://127.0.0.1:10800>
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)