Skip to content

2.0.0 Beta 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@trowski trowski released this 01 May 23:54
· 43 commits to 2.x since this release
v2.0.0-beta.3
aab9597
  • Added support for BYTEA fields. (#57)
  • Added PostgresNestableTransaction which may be optionally used to create a PostgresLink from a PostgresTransaction object. Nested transactions are implemented using savepoints.
  • PostgresExecutor now extends PostgresQuoter, moving the interface lower in the interface hierarchy.