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

fix wrong type matching for postgresql in query statements #230

Open andrewsumskoy opened 7 years ago

andrewsumskoy commented 7 years ago

postgresql performance degradation on sql likeselect ... where id::bigint in ({1,2,3}::numeric[])

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