From 0998eb587aa3012d283529ab8797752fa258d41f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 24 Jan 2025 17:35:48 +0100 Subject: [PATCH] Use default memory database for SOCI tests in the CI There doesn't seem to be any reason to override the default and doing this disables FK support which is enabled by default since 2a8abbe4 (Turn foreign keys on by default for SQLite tests, 2025-01-21). --- scripts/ci/build_sqlite3.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/ci/build_sqlite3.sh b/scripts/ci/build_sqlite3.sh index 7804033ff..6f52f0325 100755 --- a/scripts/ci/build_sqlite3.sh +++ b/scripts/ci/build_sqlite3.sh @@ -7,7 +7,6 @@ source ${SOCI_SOURCE_DIR}/scripts/ci/common.sh cmake ${SOCI_DEFAULT_CMAKE_OPTIONS} \ -DSOCI_SQLITE3=ON \ - -DSOCI_SQLITE3_TEST_CONNSTR:STRING="soci_test.db" \ .. run_make