Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
As expressed in spec (https://r2dbc.io/spec/0.9.0.RELEASE/api/io/r2dbc/spi/RowMetadata.html#contains-java.lang.String- )
Returns whether this object contains metadata for columnName. Lookups are case-insensitive. Implementations may allow escape characters to enforce a particular mode of comparison when querying for presence/absence of a column.
Actual implementation is case sensitive, and must be corrected