oracle / oracle-r2dbc

R2DBC Driver for Oracle Database
https://oracle.com
Other
193 stars 40 forks source link

Handle empty protocol option #112

Closed Michael-A-McMahon closed 1 year ago

Michael-A-McMahon commented 1 year ago

Fixes #111

If the protocol option is set to an empty string, then it is treated the same as if no value had been set. This is done for compatibility with the R2DBC Pool project.

danielospinap commented 1 year ago

Hi, is it possible to have a new versión with this fix?

Michael-A-McMahon commented 1 year ago

I think we are overdue for one. This fix seems critical as I would consider r2dbc-pool to be the defacto solution for pooling R2DBC connections.

I'll see if I can get the process started on this. Probably a patch release numbered as 1.1.1 would be appropriate, as no major features have been added since 1.1.0 back in November 2022.