pkgsrc/databases/libpqxx
prlw1 fe70426807 Update libpqxx to 7.3.0
7.3.0
 - `stream_to` now quotes and escapes its table name.
 - Removed `transaction_base::classname()`.  Did anyone ever use it?
 - Internal reorg of the `transaction` and `transactionfocus` hierarchies.
 - Removed the only case of virtual inheritance, related to `namedclass`.
 - Internal `concat()` for faster, simpler string concatentation.
 - Fix compile omission in string conversions for `nullptr_t`.
 - `pqxx::size_buffer()` can now size multiple values at once.
 - `multi_to_string()` to convert multiple values into one `std::string`.
 - Implicit `zview` constructor from `char const *`. (#389)
 - Many `std::string&` parameters are now `zview` or `std::string_view`.
 - Now checking statement parameter lengths for overflow.
 - `#include <array>` in connection.cxx.  (#394)
7.2.1
 - Fix infinite loop in converting `char *` to string. (#377)
 - Deprecated `namedclass`.
 - Convert an entire row using `row::as<type...>()`.
 - Internal rework of `field::to()` and `field::as()` functions.
 - Some more warning options in maintainer mode.
 - Removed the old, DocBook-based tutorial.
 - Fixed wrong `query` and SQLSTATE params to some exceptions. (#378)
2021-01-07 16:29:30 +00:00
..
buildlink3.mk Update libpqxx to 7.1.2 2020-09-15 09:48:26 +00:00
DESCR
distinfo Update libpqxx to 7.3.0 2021-01-07 16:29:30 +00:00
Makefile Update libpqxx to 7.3.0 2021-01-07 16:29:30 +00:00
options.mk Update libpqxx to 7.3.0 2021-01-07 16:29:30 +00:00
PLIST Update libpqxx to 7.3.0 2021-01-07 16:29:30 +00:00