comparison PostgreSQL/UnitTests/UnitTestsMain.cpp @ 172:8c7bb94adff7

trying upgrade from libpq 9.6.1 to 13.1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 11 Dec 2020 12:49:33 +0100
parents 063aa53b5917
children 3236894320d6
comparison
equal deleted inserted replaced
170:e712ff3eede3 172:8c7bb94adff7
32 #if ORTHANC_POSTGRESQL_STATIC == 1 32 #if ORTHANC_POSTGRESQL_STATIC == 1
33 # include <c.h> // PostgreSQL includes 33 # include <c.h> // PostgreSQL includes
34 34
35 TEST(PostgreSQL, Version) 35 TEST(PostgreSQL, Version)
36 { 36 {
37 ASSERT_STREQ("9.6.1", PG_VERSION); 37 ASSERT_STREQ("13.1", PG_VERSION);
38 } 38 }
39 #endif 39 #endif
40 40
41 41
42 TEST(PostgreSQLParameters, Basic) 42 TEST(PostgreSQLParameters, Basic)