libpqxx:pqfsize

Last commit made on 2023-09-02
Get this branch:
git clone -b pqfsize https://git.launchpad.net/libpqxx

Branch merges

Branch information

Name:
pqfsize
Repository:
lp:libpqxx

Recent commits

71a80ec... by Jeroen T. Vermeulen

Tweaks to `PQfsize()` & `PQfmod()` support.

Some minor updates to the work done in #727:
* Check for errors coming from `PQfsize()`.
* Document that `PQfmod()` does not report errors.

e079dbb... by TeamPlatform1 <email address hidden>

Added 2 functions (column_size and column_mod) under pqxx::result file (#727)

Support `PQfsize()` and `PQfmod()`.

66774c1... by Jeroen Vermeulen <email address hidden>

Fix bad `zview` string conversion. (#729)

Fixes one part of #728: the `to_buf()` for `zview` was broken.

77e1e08... by Jeroen Vermeulen <email address hidden>

There is no `PQXX_HAVE_RANGES`. (#722)

Fixes #721.

bc7d3d1... by Jeroen T. Vermeulen

Update NEWS.

c655bc3... by Jeroen T. Vermeulen

Bump to 7.8.2.

21afb0d... by Jeroen T. Vermeulen

Update NEWS.

f76b70b... by tt4g <email address hidden>

Fix a bug undeclared identifier alternative operator (#714)

Since `<ciso646>` was removed in C++20, `#include <ciso646>` has been removed.
However, without this header file, the alternate operator does not work in C++17.

Include `<ciso646>` to continue to support C++17.

5934bbd... by Jeroen Vermeulen <email address hidden>

Regenerate build files. (#715) (#716)

Should fix the build on M1 Macs. From time to time we need to
re-generate the build infrastructure. :-(

322e216... by Jeroen T. Vermeulen

Format.