Commit 59a047b
authored
Release 3.3.3 (#507)
## What's Changed
* Update SQLite from 3.46.1 to 3.49.2 (2025-05-07) by @SRombauts in
#505
* Add a Github Dependabot config file by @SRombauts in
#480
* Bump actions/checkout from 3 to 4 by @dependabot in
#482
* Replace all double-quoted string literals by single quotes in unit
test by @SRombauts in #483
* Use explicit versions of Ubuntu images instead of latest by @SRombauts
in #484
* Test linking with builtin libsqlite3-dev package on Ubuntu by
@SRombauts in #485
* Add logic to use different FindPackage for python if cmake is above
3.12 by @syntheticgio in #454
* tests/Database_test.cpp: fix a warning around `#endif` by @trofi in
#489
* SQLiteCpp/Statement.h: add missing `<cstdint>` include by @trofi in
#488
* sqlite3: set SQLITE_OMIT_LOAD_EXTENSION by @brt-v in
#496
* Update googletest to v1.16.0 by @SRombauts in
#506
* update meson dependencies by @UnixY2K in
#508
## New Contributors
* @syntheticgio made their first contribution in
#454
* @trofi made their first contribution in
#489
* @brt-v made their first contribution in
#496
**Full Changelog**:
3.3.2...3.3.3File tree
5 files changed
+20
-5
lines changed- include/SQLiteCpp
5 files changed
+20
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments