[
https://issues.apache.org/jira/browse/IGNITE-9615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denis Mekhanikov reassigned IGNITE-9615:
----------------------------------------
Assignee: (was: Denis Mekhanikov)
> 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
> Priority: Major
>
> 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
(v8.3.4#803005)