What's Changed
- Fixed type cast for
numeric
columns when using theext-pgsql
driver. The column value was being cast to a float, it is now cast to a string for parity with theext-pq
driver to retain value precision. (#66) - Added a parameter for the default transaction isolation to
PostgresConnectionPool
to set the default transaction level when constructing the pool.
Full Changelog: v2.0.0...v2.1.0