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

[jira] [Created] (IGNITE-9615) SQL: Client driver throws "Updates are not supported" exception

Denis Mekhanikov created IGNITE-9615:
----------------------------------------

             Summary: SQL: Client driver throws "Updates are not supported" exception
                 Key: IGNITE-9615
                 URL: https://issues.apache.org/jira/browse/IGNITE-9615
             Project: Ignite
          Issue Type: Bug
          Components: sql
    Affects Versions: 2.6
            Reporter: Denis Mekhanikov
            Assignee: Denis Mekhanikov


When calling certain methods on Connection object, retrieved from a client JDBC driver, {{SQLFeatureNotSupportedException}} with message "Updates are not supported" is thrown.

Affected methods:
 * {{JdbcConnection#setReadOnly(boolean)}}
 * {{JdbcConnection#prepareStatement(java.lang.String, int)}}
 * {{JdbcConnection#prepareStatement(java.lang.String, int[])}}
 * {{JdbcConnection#prepareStatement(java.lang.String, java.lang.String[])}}

{{SetReadOnly}} method shouldn't throw this exception, and exceptions thrown from {{prepareStatement}} methods should have a proper description.



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