Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

test: verify that executeUpdate can be used for DDL#1694

Merged
olavloite merged 1 commit into
mainfrom
issue-1150
Aug 6, 2024
Merged

test: verify that executeUpdate can be used for DDL#1694
olavloite merged 1 commit into
mainfrom
issue-1150

Conversation

@olavloite

Copy link
Copy Markdown
Collaborator

The JDBC driver should now support executing DDL using the executeUpdate methods of java.sql.Statement and
java.sql.PreparedStatement.

Closes #1150

The JDBC driver should now support executing DDL using the
executeUpdate methods of java.sql.Statement and
java.sql.PreparedStatement.

Closes #1150
@olavloite olavloite requested a review from a team July 29, 2024 07:33
@product-auto-label product-auto-label Bot added size: s Pull request size is small. api: spanner Issues related to the googleapis/java-spanner-jdbc API. labels Jul 29, 2024
@olavloite olavloite requested a review from harshachinta July 29, 2024 12:45
@olavloite olavloite merged commit 1583b24 into main Aug 6, 2024
@olavloite olavloite deleted the issue-1150 branch August 6, 2024 15:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: spanner Issues related to the googleapis/java-spanner-jdbc API. size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(Statement/PreparedStatement).executeUpdate() for statements that do not return anything (DDL, ClientSideStatements) throwing exception

2 participants