47 Commits

Author SHA1 Message Date
Sébastien Rombauts
232c941252 Update changelog for version 3.3.3 2025-05-20 22:07:28 +02:00
Sébastien Rombauts
cc9e062519 Update changelog for version 3.3.2 2024-08-16 20:47:20 +02:00
Sébastien Rombauts
b8a347b8f2 Update changelog for release 3.3.1 2023-08-27 22:58:57 +02:00
Sébastien Rombauts
4cb0bf68b7 Update changelog to version 3.3.0 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
bd5bf7996a Release 3.2.1
Bugfixes and cmake/meson build system fixes only
2022-12-12 18:14:25 +01:00
Sébastien Rombauts
b85df14905 Release 3.2.0 2022-09-18 15:28:42 +02:00
Sébastien Rombauts
5670c160e3 Update SQLite from 3.39.2 to 3.39.3 (2022-09-05) 2022-09-18 14:16:23 +02:00
Sébastien Rombauts
b611b5cf28 Update changelog 2022-07-24 21:47:12 +02:00
Sébastien Rombauts
9b3951f8b7 Update SQLite from 3.37.2 to 3.39.2 from 2022-07-21 2022-07-24 16:19:55 +02:00
Sébastien Rombauts
6c2a3d151f Update changelog 2022-07-24 16:02:32 +02:00
Sébastien Rombauts
a5aa46732d Updated SQLite3 from 3.36.0 to 3.37.2 (2022-01-06) 2022-01-07 15:43:15 +01:00
Sébastien Rombauts
beb2b29640 Update copyright to 2021 2021-10-06 18:40:51 +02:00
Sébastien Rombauts
74c8627df1 Update changelog 2021-07-25 10:46:56 +02:00
Sébastien Rombauts
cac0000ada Merge #299 Added Savepoint support from catalogm 2021-01-06 11:07:44 +01:00
Sébastien Rombauts
a9ef8c9ae4 Update changelog 2021-01-06 10:58:32 +01:00
Sébastien Rombauts
c101d4490f Updated SQLite3 from 3.33.0 to 3.34.0 (2020-12-01) 2021-01-06 10:02:45 +01:00
Sébastien Rombauts
3fcb352c3a Update changelog 2020-11-27 18:40:52 +01:00
Kelvin Hammond
ee6762c0d9 Added: Savepoint support 2020-09-10 18:59:08 -04:00
Kelvin Hammond
9875a7591a Updated SQLite3 from 3.32.3 to 3.33.0 (2020-08-14) 2020-09-10 18:54:32 -04:00
Sébastien Rombauts
4e3d36af2d Release 3.1.1 2020-08-19 18:02:41 +02:00
Sébastien Rombauts
80b58170a8 Release 3.1.0 2020-08-11 17:05:57 +02:00
Sébastien Rombauts
c88a0adafd Update SQLite3 from 3.32.1 to 3.32.3 (2020-06-18) 2020-08-11 16:59:37 +02:00
Sébastien Rombauts
7edd337591 Update SQLite3 from 3.30.1 to 3.32.1 (2020-05-25) 2020-06-01 13:25:50 +02:00
Sébastien Rombauts
be1a8eeace Release 3.0.0 2020-01-31 09:43:28 +01:00
Sébastien Rombauts
97b2a070ed Update the changelog with recent improvements 2020-01-07 23:17:38 +01:00
Sébastien Rombauts
5a1fa743e5 Add Valgrind to Travis CI, and improve the build Matrix with more variables
Should detect the slight bug we currently have in our test of Database read header
2020-01-04 18:07:29 +01: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
f298ee2e0d Fix logs of char fields of header on example for getHeaderInfo() (#251)
Need cast to int to not be displayed as a character
2020-01-01 20:43:59 +01:00
Sébastien Rombauts
fd7958b809 Release 2.5.0 2019-12-31 21:33:49 +01:00
Sébastien Rombauts
53860b5ab7 Add SQLITE_HAS_CODEC to CMake options, with the mention of SQLCipher that implements required APIs 2019-12-29 23:33:37 +01:00
Sébastien Rombauts
41cf3c5035 Update SQLite3 from 3.29.0 to 3.30.1 (2019-10-10) 2019-12-29 14:28:42 +01:00
Sébastien Rombauts
9864f9efee Update changelog for release 2.4.0 2019-08-25 22:13:34 +02:00
Sébastien Rombauts
8015952b93 Fix #216 Set PROJECT_VERSION to fix CMP0048 Policy warnings 2019-08-25 21:38:39 +02:00
Sébastien Rombauts
85c1bf348b Update SQLite3 to 3.29.0 (2019-07-10) to fix #217 2019-08-25 21:17:30 +02:00
Sébastien Rombauts
c1ab7075f4 Fix compilation of new enum Database::BackupType for C++98 2019-07-09 09:37:05 +02:00
Sébastien Rombauts
49c1f6c08d Rename Statement::getExpandedSQL() from #201 and fix #203 #205 memory leak 2019-06-24 22:01:54 +02: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
bb8c0ef0f2 Update SQLite3 from 3.27.2 to 3.28.0 (2019-04-16)
https://www.sqlite.org/releaselog/3_28_0.html
2019-04-30 22:27:17 +02:00
Sébastien Rombauts
7ee757e37d Update changelog 2019-03-04 20:57:31 +01:00
Sébastien Rombauts
678562e727 Implement Database move constructors for MSVC #190
Added checks to proper _MSC_VER 1600 (VS2010)
2019-03-03 22:02:58 +01:00
Sébastien Rombauts
469148a1e2 Update changelog with references to latest issues 2019-03-03 21:11:17 +01:00
Sébastien Rombauts
35aaf73191 Add implicit cast operators to char & short and their unsigned variants
Fix #179 error: conversion from 'SQLite::Column' to 'unsigned char' is ambiguous
2019-03-03 09:54:40 +01:00
Sébastien Rombauts
5dcb9af594 Updated changelog with past year changes 2019-03-02 23:58:08 +01:00
Sébastien Rombauts
b454170da1 Update changelog with recent fixes 2018-02-23 17:16:49 +01:00
Sébastien Rombauts
7c4689eb51 Update changelog 2017-11-06 13:03:06 +01:00