SOCI / soci

Official repository of the SOCI - The C++ Database Access Library
http://soci.sourceforge.net/
Boost Software License 1.0
1.37k stars 472 forks source link

Add back support for PostgreSQL 9.2 #1134

Closed vadz closed 3 months ago

vadz commented 3 months ago

This was broken by the recent blob-related changes (see #992) but is still needed.

cc @Krzmbrzl

vadz commented 3 months ago

I have no issue with supporting older Postgres versions - I only removed support because I personally think it makes no sense to support unsupported Postgres versions and it simplified the implementation not to 🤷

We have customers still using CentOS 7 which uses 9.2, so we have to do it for at least a bit longer.