Skip to content

Birthday release: libpqxx turns 18!

Compare
Choose a tag to compare
@jtv jtv released this 22 Sep 18:47
· 1846 commits to master since this release

Today marks 18 years since my initial commit in libpqxx's original CVS repo. This library is now officially a grownup.

Changes:

  • Removed deprecated pqxx-config.
  • Build fix on Visual C++ when not defining NOMINMAX.
  • Reduce setup code for string conversions, hopefully improving speed.
  • Allow nul bytes in tablereader.
  • Support defining string conversions for enum types.
  • Fixed const/pure attributes warning in gcc 8.
  • Updated build documentation to mention CMake option.