SRombauts / SQLiteCpp

SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
http://srombauts.github.io/SQLiteCpp
MIT License
2.19k stars 509 forks source link

Replace all double-quoted string literals by single quotes in unit test #483

Closed SRombauts closed 3 weeks ago

SRombauts commented 3 weeks ago

Fix #481 23 test fails under FreeBSD 14.1 builtin SQLite library 3.45.1

The SQLITE_DQS compile-time option activates or deactivates the legacy double-quoted string literal misfeature. Legacy behavior is that double-quoted string literals are allowed anywhere.