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
|
646d25ca95
|
Switch from sqlite3_int64 to int64_t
|
2016-07-05 11:05:16 +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
|
69d9b0805c
|
Minor new unit tests for backups and database busy timeout
|
2016-06-27 13:10:09 +02:00 |
|
Sébastien Rombauts
|
90699f95ea
|
Cleanup post merge request #84 : one more exception constructor
|
2016-06-27 11:34:25 +02:00 |
|
Douglas Heriot
|
2cd31179f4
|
Use new Exception constructors everywhere appropriate.
Fix compiling with C++11.
Added public assessor methods to Exception class.
Added more Exception constructors as needed.
|
2016-05-26 12:34:14 +10:00 |
|
Sébastien Rombauts
|
b7b440de5d
|
Fix #73 Wrong exception thrown by Database constructor
- switched from sqlite3_errmsg() to sqlite3_errstr() where applicable
|
2015-11-10 18:32:24 +01:00 |
|
hongshibao
|
e8f956be22
|
Add Backup test
|
2015-10-28 03:04:13 +08:00 |
|
hongshibao
|
08716b8938
|
Add comments
|
2015-10-28 02:01:32 +08:00 |
|
hongshibao
|
c9dcf64cd0
|
Add throw exception case in executeStep
Add Comments
|
2015-10-26 00:35:36 +08:00 |
|
hongshibao
|
05d304b7c9
|
add Backup class
|
2015-10-25 18:31:16 +08:00 |
|