Birthday release: libpqxx turns 18!
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.