Skip to content

libpqxx 7.5.2: Serious bug in blob::read(std::vector)!

Compare
Choose a tag to compare
@jtv jtv released this 08 May 10:03
· 613 commits to master since this release

This is an emergency patch release. The recently added pqxx::blob::read() variant which takes a std::vector<std::byte> was utterly broken. It did not actually read any data from the blob.

This is now fixed, and properly tested.