Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support for large update counts (JDBC 4.2) #935

Merged
merged 1 commit into from Oct 1, 2019

Commits on Sep 26, 2019

  1. feat: support for large update counts (JDBC 4.2)

    Added support for large update counts of the JDBC 4.2 API (Java 8+)
    
    This implementation supports:
    PreparedStatement.executeLargeUpdate()
    Statement.executeLargeUpdate(String sql)
    Statement.getLargeUpdateCount()
    Statement.executeLargeBatch()
    Statement.executeLargeUpdate(String sql, int autoGeneratedKeys) *
    Statement.executeLargeUpdate(String sql, int[] columnIndexes) *
    Statement.executeLargeUpdate(String sql, String[] columnNames) *
    jorsol committed Sep 26, 2019
    Copy the full SHA
    cc524b9 View commit details
    Browse the repository at this point in the history