libpqxx:7.5

Last commit made on 2022-01-09
Get this branch:
git clone -b 7.5 https://git.launchpad.net/libpqxx

Branch merges

Branch information

Name:
7.5
Repository:
lp:libpqxx

Recent commits

74dc9f6... by Jeroen T. Vermeulen

Bump version.

7f3be09... by Jeroen T. Vermeulen

Forgot to bump version.

9a47428... by Jeroen T. Vermeulen

Update copyright strings.

d143db8... by Jeroen T. Vermeulen

Fix bug in handling of GB18030 encoding.

Also, regenerate build files with newer toolchain.

de66f00... by Jeroen T. Vermeulen

Emergency. `blob::read(vector)` was broken!

This traditional `read()` method on `blob`, for compilers that don't
support `std::span`, did not read any data at all. It just returned the
buffer you gave it.

5c1b34f... by Jeroen T. Vermeulen

Bump to 7.6.0 for binary spans.

aef63cf... by tudou <email address hidden>

Fix spelling error(s) (#445)

* Fix spelling error

* Fix another spelling error

2ecd202... by Jeroen T. Vermeulen

Update NEWS.

7b51aeb... by Jeroen T. Vermeulen

Let automake add depcomp.

This will probably "bounce" as I configure on different systems.

ead819e... by Jeroen T. Vermeulen

Clean up more deprecations.