Sébastien Rombauts
|
7dbcf482f2
|
Update copyright notice to 2023
|
2023-05-24 18:49:55 +02:00 |
|
Sébastien Rombauts
|
cf3b75063b
|
Minor code formating changes & comments
|
2023-05-24 18:49:40 +02:00 |
|
Sébastien Rombauts
|
ffe155c4b8
|
Copyright notice 2022
|
2022-09-18 15:25:14 +02:00 |
|
Kacperos155
|
cdafab0024
|
Small improvements & code cleanup
# Re-introduce the unique_ptr with custom deleter needed to avoid including sqlite.h in Backup.h
|
2022-09-18 14:51:32 +02:00 |
|
Kacperos155
|
accceeecb9
|
Restore Backup destructor & small style changes
|
2022-07-24 19:07:03 +02:00 |
|
Kacperos155
|
d9e5a74773
|
Small improvements & code cleanup
|
2022-07-24 19:05:53 +02:00 |
|
Sébastien Rombauts
|
beb2b29640
|
Update copyright to 2021
|
2021-10-06 18:40:51 +02:00 |
|
Sébastien Rombauts
|
da4d692c13
|
Start a new 3.x branch requiring C++11 and CMake 3.1
- Remove support for Visual Studio < 2015
- Remove Statement::isOk() deprecated in 2.2.0 and renamed to Statement::hasRow()
|
2020-01-02 00:04:06 +01:00 |
|
Sébastien Rombauts
|
e6288ee920
|
Update copyright notice
|
2020-01-01 08:08:59 +01: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 |
|
fekir
|
1fd32277c1
|
Remove unnecessary noexcept identifier from destructors
|
2017-08-21 22:01:21 +02: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
|
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 |
|