Skip to content

More prepared statement enhancements #207

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

Merged
merged 1 commit into from
May 5, 2025

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