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

Revise `RowMetaData#getColumnMetadata(String)` #257

Closed jchrys closed 7 months ago

jchrys commented 7 months ago

Motivation: The current behavior does not align with the specification

Modifications: implement the intended behavior as per the specification.

Result: Correct behavior