aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-07-26 08:47:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-07-26 08:47:25 +0200
commit59e1be91b58c5d8591fcfa0b103ac6ed167a45fe (patch)
tree071bf02283d19633de673db29e9fb01938d2f4db /common
parentcc08639dd0da91a8be97f883cf8b90c757f79071 (diff)
Release version 2.5.0-b.23v2.5.0-b.23
Diffstat (limited to 'common')
-rw-r--r--common/bulk/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/bulk/driver.cxx b/common/bulk/driver.cxx
index 33cbbaa..2214bfd 100644
--- a/common/bulk/driver.cxx
+++ b/common/bulk/driver.cxx
@@ -290,7 +290,7 @@ main (int argc, char* argv[])
// @@ TODO: bulk operations in PostgreSQL are only available with libpq >= 14.
//
-#if defined(DATABASE_ORACLE) || defined(DATABASE_MSSQL) //|| defined(DATABASE_PGSQL)
+#if defined(DATABASE_ORACLE) || defined(DATABASE_MSSQL) || defined(DATABASE_PGSQL)
// Test database class API with various forms of containers
// and elements (test #6 is a copy).