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
|
9ea0cffc15
|
Replace Database::backup() "C" implementation by calling the Backup class
|
2020-01-03 22:58:42 +01: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
|
ec8253236b
|
Remove virtual destructor since there are no virtual methods or subclasses
|
2017-08-22 18:32:40 +02:00 |
|
fekir
|
1fd32277c1
|
Remove unnecessary noexcept identifier from destructors
|
2017-08-21 22:01:21 +02:00 |
|
Sébastien Rombauts
|
223c14139b
|
Minor comment style cleanups
|
2016-07-16 17:04:49 +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
|
fb5508921a
|
Move #include <sqlite3.h> from Database.h to the .cpp
|
2016-07-08 17:07:59 +02:00 |
|
Sébastien Rombauts
|
8275c7fb29
|
Move #include <sqlite3.h> from Statement.h to the .cpp
|
2016-07-07 08:43:32 +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
|
544ecf4101
|
Remove unneeded Backup::getHandle() accessor
|
2015-11-01 21:29:52 +01:00 |
|
hongshibao
|
e8f956be22
|
Add Backup test
|
2015-10-28 03:04:13 +08:00 |
|
hongshibao
|
5b312edb31
|
Add Comments
|
2015-10-26 01:38:29 +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 |
|