vertx-sql-client
vertx-sql-client copied to clipboard
[PostgreSQL]Row.getXxxxx(alias) returns null when alias is uppercase
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.