This is a quick update to 7.10.2. It fixes some problems with building libpqxx as C++17 in Microsoft Visual Studio.
The main changes however are what you already got with 7.10.3:
- Fixes to CMake & pkgconfig setup.
- Better handling of weirdness in connection strings.
- Can't pass parameters to
stream()
. row::as_tuple()
is now public.- Fixed potential garbage at end of type names in error messages.
- Build fix on macOS related to
std::free()
. - Fix to workaround when compiler does not support
to_chars()
for floating point. - Avoid crash in
affected_rows()
for empty result. - Work with compilers that support concepts but not ranges.