vert-x3 / vertx-mysql-postgresql-client

This client is deprecated - use instead
https://github.com/eclipse-vertx/vertx-sql-client
Apache License 2.0
117 stars 59 forks source link

Row.getXxxxx(alias) returns null when alias is uppercase #171

Closed cescoffier closed 4 years ago

cescoffier commented 4 years ago

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: https://github.com/smallrye/smallrye-reactive-utils/issues/104.

BillyYccc commented 4 years ago

closed due to this is an issue for https://github.com/eclipse-vertx/vertx-sql-client.