Skip to content

2.1.0

Latest
Compare
Choose a tag to compare
@trowski trowski released this 11 Oct 02:53
v2.1.0
48ee97e

What's Changed

  • Fixed type cast for numeric columns when using the ext-pgsql driver. The column value was being cast to a float, it is now cast to a string for parity with the ext-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