Pavel Pereslegin created IGNITE-24110:
-----------------------------------------

             Summary: 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


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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to