Skip to content

Configurable statement options for Oracle Client#1616

Merged
tsegismont merged 1 commit intoeclipse-vertx:masterfrom
tsegismont:apply-statement-options
Feb 5, 2026
Merged

Configurable statement options for Oracle Client#1616
tsegismont merged 1 commit intoeclipse-vertx:masterfrom
tsegismont:apply-statement-options

Conversation

@tsegismont
Copy link
Member

In the Vert.x JDBC Client, it is possible to configure different statement options in JDBCConnectOptions:

  • query timeout
  • max rows
  • fetch direction
  • fetch size

This change provides a similar feature for the Reactive Oracle Client.

In the Vert.x JDBC Client, it is possible to configure different statement options in JDBCConnectOptions:

- query timeout
- max rows
- fetch direction
- fetch size

This change provides a similar feature for the Reactive Oracle Client.

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
@tsegismont tsegismont added this to the 5.1.0 milestone Feb 5, 2026
@tsegismont
Copy link
Member Author

@DavideD this could be of interest for Hibernate Reactive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant