Skip to content

Conversation

@tsegismont
Copy link
Contributor

@tsegismont tsegismont commented Apr 24, 2025

SqlConnectOptions defaults are initialized properly:

  • the default values should all be set in the init method
  • default values for reconnect attempts and interval are not set

Also, all vendor-specific options (except for MySQL) miss the call to init in the parent options.

SqlConnectOptions defaults are initialized properly:
- the default values should all be set in the init method
- default values for reconnect attemps and interval are not set

Also, all vendor-specific options (except for MySQL) miss the call to init in the parent options.

Signed-off-by: Thomas Segismont <[email protected]>
@tsegismont tsegismont added this to the 5.0.0 milestone Apr 24, 2025
@tsegismont tsegismont merged commit be56b06 into eclipse-vertx:master Apr 24, 2025
18 checks passed
@tsegismont tsegismont deleted the fix-connect-options-init branch April 24, 2025 15:19
tsegismont added a commit to tsegismont/vertx-sql-client that referenced this pull request Apr 24, 2025
SqlConnectOptions defaults are initialized properly:
- the default values should all be set in the init method
- default values for reconnect attemps and interval are not set

Also, all vendor-specific options (except for MySQL) miss the call to init in the parent options.

Signed-off-by: Thomas Segismont <[email protected]>
tsegismont added a commit that referenced this pull request Apr 24, 2025
SqlConnectOptions defaults are initialized properly:
- the default values should all be set in the init method
- default values for reconnect attemps and interval are not set

Also, all vendor-specific options (except for MySQL) miss the call to init in the parent options.

Signed-off-by: Thomas Segismont <[email protected]>
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.

1 participant