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)

Reply via email to