Skip to content

libpqxx 7.10.1: Fixes.

Latest

Choose a tag to compare

@jtv jtv released this 03 Apr 19:59
· 39 commits to master since this release
9bfaf9c

This release fixes various problems in 7.10.0. I've been focused on the 8.0 release, which is moving steadily now but it's also just a lot of work.

Improvements in 7.10.1:

  • Fix string conversion buffer budget for arrays containing nulls. (#921)
  • Remove -fanalyzer option again; gcc is still broken.
  • Oops, no, minimum CMake version is not 3.28, but 3.12!
  • Fix warnings on compilers that accept [[assume]] with a warning. (#928)
  • Can't pass parameters to streaming query.
  • CMake build: take libpq path from build target, not absolute path. (#964)
  • Added explanation to listen() of when notifications come in. (#963)