Sébastien Rombauts
26d5e47fe6
Replace all double-quoted string literals by single quotes
...
Fix #481 23 test fails under FreeBSD 14.1 builtin SQLite library
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.
2024-08-17 23:16:14 +02:00
Sébastien Rombauts
ddb4929ddb
Fix and improve read-header unit tests, as well as backup tests
2020-01-04 19:10:32 +01:00
Sébastien Rombauts
e6288ee920
Update copyright notice
2020-01-01 08:08:59 +01:00
Sébastien Rombauts
1eda5c751c
Minor cleanup of the codebase, mostly putting braces on their own line in unit tests
2019-06-16 15:48:57 +02:00
Sébastien Rombauts
2cb3cb2fef
Update copyright notice
2019-03-02 15:46:53 +01:00
Sébastien Rombauts
d020c5f694
Update copyright notices to 2018
2018-01-24 11:26:38 +01:00
Sébastien Rombauts
fd8f50bdd9
Remove last #include <sqlite3.h> from a header : add a few public constants
...
- Move #include <sqlite3.h> from Exception.h to a new corresponding .cpp
- Add SQLite::OPEN_READONLY...
2016-07-13 17:16:41 +02:00
Sébastien Rombauts
db7aefb271
Renamed Backup accessors and use a forward declaration to sqlite3_backup
2016-07-05 07:49:38 +02:00
Sébastien Rombauts
cda4b89f50
A few more unit tests for backups, statement and database
...
- should get us to 100% on Backup
2016-06-27 17:09:33 +02:00
Sébastien Rombauts
69d9b0805c
Minor new unit tests for backups and database busy timeout
2016-06-27 13:10:09 +02:00
hongshibao
df995f71a6
Add executeStepException testcase
2015-10-29 00:27:22 +08:00
hongshibao
e8f956be22
Add Backup test
2015-10-28 03:04:13 +08:00