Skip to content

More prepared statement enhancements#207

Merged
staticlibs merged 1 commit intoduckdb:mainfrom
staticlibs:prepared_large
May 5, 2025
Merged

More prepared statement enhancements#207
staticlibs merged 1 commit intoduckdb:mainfrom
staticlibs:prepared_large

Conversation

@staticlibs
Copy link
Collaborator

This change implements a group of Large methods, like executeLargeUpdate, that were added in Java 8 (JDBC 4.2).

Testing: existing prepared statement tests are moved to a separate file and updated to cover all Large methods.

Fixes: #205

This change implements a group of `Large` methods, like
`executeLargeUpdate`, that were added in Java 8 (JDBC 4.2).

Testing: existing prepared statement tests are moved to a separate file
and updated to cover all `Large` methods.

Fixes: duckdb#205
@staticlibs staticlibs merged commit 747d5f5 into duckdb:main May 5, 2025
7 checks passed
@staticlibs staticlibs deleted the prepared_large branch May 5, 2025 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Statement.getUpdateCount() throws SQLException after getResultSet() for SELECT statements

1 participant