libpqxx 8.0.0 release candidate 3 #1105
jtv
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here's another release candidate for libpqxx 8.0. With your feedback, contributions, and sometimes in-depth research, we have a lot of further improvements compared to the previous release candidate!
One big change is that you can now convert directly between simple one-dimensional SQL arrays and C++ containers such as
std::vector<int>orstd::list<std::string>etc. You can stream these values,read them from apqxx::resultusing a field'sas<...>()member function, and pass them as parameters.(The conversion to string was already there but it wasn't working because of a small omission.)
Other important changes:
std::string_viewin more places that previously requiredpqxx::zview.examples/directory with working, compiling example code.pqxx::resultmember functions now takepqxx::sl(i.e.std::source_location) rather thanpqxx::conversion_context.operator[]in C++23 mode. The build now detects that problem.This discussion was created from the release libpqxx 8.0.0 release candidate 3.
Beta Was this translation helpful? Give feedback.
All reactions