[
https://issues.apache.org/jira/browse/IGNITE-24110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Iurii Gerzhedovich updated IGNITE-24110:
----------------------------------------
Component/s: jdbc ai3
(was: sql)
> Sql. Jdbc. Add support for LargeUpdateCount/LargeMaxRows
> --------------------------------------------------------
>
> Key: IGNITE-24110
> URL: https://issues.apache.org/jira/browse/IGNITE-24110
> Project: Ignite
> Issue Type: Improvement
> Components: jdbc ai3
> Reporter: Pavel Pereslegin
> Priority: Major
> Labels: ignite-3
>
> Java 8 introduced methods exposing updateCount and maxRows as long values,
> where previously they were int values. The methods are:
> * long Statement.executeLargeUpdate(String)
> * long Statement.getLargeUpdateCount()
> * long Statement.getLargeMaxRows()
> * void Statement.setLargeMaxRows(long)
> It is necessary to consider adding support for them to the JDBC driver.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)