We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
lockWaitTimeout
statementTimeout
Is your feature request related to a problem? Please describe.
Since 0.9, r2dbc-spi provides ConnectionFactoryOptions.LOCK_WAIT_TIMEOUT and ConnectionFactoryOptions.STATEMENT_TIMEOUT.
r2dbc-spi
ConnectionFactoryOptions.LOCK_WAIT_TIMEOUT
ConnectionFactoryOptions.STATEMENT_TIMEOUT
Describe the solution you'd like
Add support for standard options. They should be set with session variables
The text was updated successfully, but these errors were encountered:
See also #142, lockWaitTimeout should be carefully considered.
Sorry, something went wrong.
mirromutth
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Since 0.9,
r2dbc-spi
providesConnectionFactoryOptions.LOCK_WAIT_TIMEOUT
andConnectionFactoryOptions.STATEMENT_TIMEOUT
.Describe the solution you'd like
Add support for standard options. They should be set with session variables
The text was updated successfully, but these errors were encountered: