asyncer-io / r2dbc-mysql

Reactive Relational Database Connectivity for MySQL. The official successor to mirromutth/r2dbc-mysql(dev.miku:r2dbc-mysql).
https://r2dbc.io
Apache License 2.0
196 stars 21 forks source link

Add support for lockWaitTimeout and statementTimeout options #261

Closed mirromutth closed 6 months ago

mirromutth commented 6 months ago

Motivation:

See #236

Modification:

Add support for lockWaitTimeout and statementTimeout options.

Result:

Standard options of lockWaitTimeout and statementTimeout has been supported.