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.getBigDecimal() and getLocalTime() on MySQL #169

Closed cescoffier closed 4 years ago

cescoffier commented 4 years ago

The MySQLRowImpl doesn't support getBigDecimal() (the natural Java mapping for SQL DECIMAL or NUMERIC) nor getLocalTime() (the natural mapping for TIME).

Reported in https://github.com/smallrye/smallrye-reactive-utils/issues/105.

BillyYccc commented 4 years ago

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