Skip to content

libpqxx 7.0.5: minor fixes.

Compare
Choose a tag to compare
@jtv jtv released this 12 Mar 23:58
· 1067 commits to master since this release

Updates libpqxx with a few more small fixes:

  • Compile fix for g++ 10: include <limits> (#292).
  • Cleaned up error-checking of PG results. (#280).
  • The esc() methods now also take std::string_view (#295).