- Sep 24, 2021
-
-
Bernd Helmle authored
Looks like ancient versions of libpqxx (like the ones shipped on Ubuntu 18.04) don't have exec_prepared(). So test for libpqxx 7 and conditionally use work::prepared() if we find an older version.
-
Bernd Helmle authored
pqxx::connection::activate() and pqxx::connection::disconnect() are gone, the former doesn't have a corresponding substitute. Instead the caller is encouraged to watch out for broken_connection exception. Also the explicit activation of a PostgreSQL connection is no longer supported. work::prepared() is also no longer supported, so change this to work::exec_prepared(). There's no need to special case this for older libpqxx versions, since this method is already present there, too. This commit wraps those deprecated API calls into a ifdef to support builds with an older libpqxx version. We might get rid of this if we don't want to have support for those older ones.
-
- Sep 22, 2021
-
-
Bernd Helmle authored
libpqxx 7 requires C++17 and thus requires us to tell the compiler to use the right compiler flag. Teach autoconf to test for the proper switches depending on the libpqxx version found. This also defines a new macro HAVE_LIBPQXX7 in config.h, which will be used by the follow up commit to reflect recent API changes in libpqxx 7.
-
- Jul 10, 2021
-
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
- Jul 09, 2021
-
-
Andreas Seltenreich authored
-
Christoph Berg authored
-
- Jan 28, 2021
-
-
Andreas Seltenreich authored
-
- May 04, 2018
-
-
Andreas Seltenreich authored
-
Christoph Berg authored
Newer distributions work without it, just add it unconditionally.
-
Andreas Seltenreich authored
This appears to provoke stack overflows when testing MonetDB.
-
- May 03, 2018
-
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
Cleaning it is a bad idea when building from a release tarball.
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
- Apr 26, 2018
-
-
Andreas Seltenreich authored
Reported-by: @alexanderlaw Closes #19
-
- Apr 07, 2018
-
-
Andreas Seltenreich authored
filter.sql was replaced by known.txt and known_re.txt.
-
Andreas Seltenreich authored
-
- Mar 29, 2018
-
-
Andreas Seltenreich authored
-
Maxence Ahlouche authored
-
- Feb 04, 2018
-
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
- Feb 03, 2018
-
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
- Oct 28, 2017
-
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
Blind attempt at increasing generation speed.
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-