libpqxx 7.5.2: Serious bug in blob::read(std::vector)!
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.