mauricio / postgresql-async

Async, Netty based, database drivers for PostgreSQL and MySQL written in Scala
Apache License 2.0
1.43k stars 222 forks source link

When sending prepared statements for NUMERIC columns on PostgreSQL, mixing integer and floating point numbers breaks the driver #169

Closed mauricio closed 8 years ago

mauricio commented 8 years ago

This was reported by @Narigo at #164 but the PR was merged so we need another reference to it.

oshai commented 6 years ago

I fixed/reverted this in jasync-sql(fork) 0.8.30: https://github.com/jasync-sql/jasync-sql/pull/16 . more details in the issue: https://github.com/jasync-sql/jasync-sql/issues/15