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
185 stars 18 forks source link

Implementing `Connection#setStatementTimeout` #193

Closed jchrys closed 5 months ago

jchrys commented 6 months ago

Issue

Currently, the Connection#setStatementTimeout method is a NO-OP (No Operation), meaning it lacks functionality. This poses a limitation for developers who require the ability to set a statement execution timeout for better control over query performance.

Proposal

Implementing the necessary logic to support statement execution timeouts.

Refs

genzarchitect commented 6 months ago

I would love to work on this. Can you assign it to me

jchrys commented 6 months ago

Sure, No one stops you :D

genzarchitect commented 6 months ago

@jchrys Kindly Check I have generated PR :)

jchrys commented 6 months ago

Thanks for your patience. Let me check it soon :D