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

Pavel Pereslegin updated IGNITE-24110:
--------------------------------------
    Description: 
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.

  was:
DK 1.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.


> 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: sql
>            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)

Reply via email to