[R2DBC-53] correct RowMetadata case-sensitivity lookup Created: 2022-01-31 Updated: 2022-01-31 Resolved: 2022-01-31 |
|
| Status: | Closed |
| Project: | MariaDB Connector/R2DBC |
| Component/s: | Specification |
| Affects Version/s: | None |
| Fix Version/s: | 1.1.2 |
| Type: | Task | Priority: | Minor |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | 1h | ||
| Original Estimate: | 1h | ||
| 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 |