vertx-sql-client icon indicating copy to clipboard operation
vertx-sql-client copied to clipboard

[PostgreSQL]Row.getXxxxx(alias) returns null when alias is uppercase

Open BillyYccc opened this issue 5 years ago • 0 comments

On Postgres, column aliases are converted to lowercase internally in the RowIterator, but the key passed to the getXxxxx() methods are not.

Issue reported in: smallrye/smallrye-reactive-utils#104.

BillyYccc avatar Jan 20 '20 11:01 BillyYccc