PostgreSQL JDBC Driver 42.7.3 Released

Notable changes

Changed

  • chore: gradle config enforces 17+ PR #3147

Fixed

  • fix: boolean types not handled in SimpleQuery mode PR #3146 *make sure we handle boolean types in simple query mode
    • support uuid as well
    • handle all well known types in text mode and change else if to switch
  • fix: released new versions of 42.2.29, 42.3.10, 42.4.5, 42.5.6, 42.6.2 to deal with NoSuchMethodError on ByteBuffer#position when running on Java 8
  • fix: Fix 2 changelog entry titles PR #3142

Commits by author

James Howe (1):

  • chore: gradle config enforces 17+ PR #3147

Dave Cramer (1):

  • fix: fix Issue # 3145 boolean types not handled in SimpleQuery mode (#3146)

John Harvey (1):