mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-16 06:56:41 +02:00
Run IncrementVacuum only if sqlite3 version >= 3.9.0
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
55ad08feda
commit
cf33959a49
@ -3569,6 +3569,8 @@ CppUnit::Test* SQLiteTest::suite()
|
||||
CppUnit_addTest(pSuite, SQLiteTest, testTransactor);
|
||||
CppUnit_addTest(pSuite, SQLiteTest, testFTS3);
|
||||
CppUnit_addTest(pSuite, SQLiteTest, testJSONRowFormatter);
|
||||
#if SQLITE_VERSION_NUMBER >= 309000
|
||||
CppUnit_addTest(pSuite, SQLiteTest, testIncrementVacuum);
|
||||
#endif
|
||||
return pSuite;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user