Skip to content

database-2.3

Compare
Choose a tag to compare
@garricko garricko released this 27 Jul 21:52
· 150 commits to master since this release

Features and bug fixes

  • Add SqlSelect.fetchSize() to allow control over the fetch size for queries (7506b00)
  • Make sure parameters are logged for calls to argClobString()
  • Update to PostgreSQL driver version 42.1.1 (3f85839)
  • Update to HikariCP version 2.6.1 (10669b5)
  • Update to Vert.x version 3.4.2
  • Minor documentation fixes