diff --git a/Data/SQLite/testsuite/src/SQLiteTest.cpp b/Data/SQLite/testsuite/src/SQLiteTest.cpp index 10f474066..c2eae80c3 100644 --- a/Data/SQLite/testsuite/src/SQLiteTest.cpp +++ b/Data/SQLite/testsuite/src/SQLiteTest.cpp @@ -1973,7 +1973,7 @@ void SQLiteTest::testNullable() Nullable i = 1; Nullable f = 1.5; - Nullable s = "abc"; + Nullable s = std::string("abc"); Nullable d = DateTime(); assert (!i.isNull());