Default Branch

d446d1cf18 · Extra argument to sqlite3_atof() is returned if the input string is not · Updated 2026-03-25 16:13:10 +00:00

Branches

9c620c0e4e · Add the datacopy extension, used for testing only. · Updated 2025-07-25 20:37:56 +00:00    bahman

5915
38

5b4bbf6dbb · Code style conformance tweaks and remove a ref to a now-dead makefile var. · Updated 2025-07-16 18:51:07 +00:00    bahman

1340
2

3a97a1ba8c · Squelch a legitimate but harmless 'discards const' warning. · Updated 2025-07-16 09:20:02 +00:00    bahman

1437
0
Included

7d20c2e8a3 · Add test case to between.test. · Updated 2025-07-15 18:51:46 +00:00    bahman

1359
0
Included

f121227f87 · Have SQLite request a plan with no setup-cost from xBestIndex if the plan in question may only be used as the outermost loop of the query. · Updated 2025-07-15 17:03:51 +00:00    bahman

1356
5

194f0bada7 · In rtree.c, ensure that the pReadAux statement is reset whenever the bAuxValid flag is cleared. Possible fix for [forum:/forumpost/3e45ed31d8 | forum post 3e45ed31d8]. · Updated 2025-07-14 15:34:11 +00:00    bahman

1358
0
Included

1f68085849 · Clearer docs for the unowned db/stmt handle mechanism. · Updated 2025-07-11 19:44:42 +00:00    bahman

1408
0
Included

868f32abbd · Merge trunk into column-text-blob-v2 branch. · Updated 2025-07-11 14:18:19 +00:00    bahman

1371
21

449b34571e · Enable the EXISTS-to-JOIN optimization if the outer query has no · Updated 2025-07-08 17:28:09 +00:00    bahman

1385
0
Included

4fe1ac8fe1 · Simplifications to the row-value IN operator logic. Do not let the query · Updated 2025-07-07 15:40:53 +00:00    bahman

1413
0
Included

a24a397b8b · Improvements to sqlite3_vtab_rhs_value() logging in the · Updated 2025-07-03 15:50:18 +00:00    bahman

1421
0
Included

280559b446 · For all binary operators, try to avoid computing subquery operands if the · Updated 2025-06-30 12:14:47 +00:00    bahman

1439
0
Included

2be0a700ff · Export the column-metadata APIs to WASM. Doing so requires a non-default build of sqlite3.c, so this is a proof-of-concept branch saved just in case SQLITE_ENABLE_COLUMN_METADATA ever becomes the default for sqlite3.c. · Updated 2025-06-18 15:37:04 +00:00    bahman

1473
0
Included

79a746b1f2 · Update walcksum.test so that it works with SQLITE_DEFAULT_AUTOVACUUM=1 builds. · Updated 2025-06-17 18:17:09 +00:00    bahman

1484
0
Included

6e1c2f0483 · proj.tcl portability fixes and cleanups suggested in [forum:7b218c3c9f|forum post 7b218c3c9f]. Branching so that it can be tested on msys/cygwin/haiku before committing to it. · Updated 2025-06-17 14:37:31 +00:00    bahman

1485
0
Included

0b8694f96d · Generalize the indexCellCompare() so that works on any index page, not just · Updated 2025-06-14 18:02:12 +00:00    bahman

1490
11

69ce758efa · Fix os_win.c so that SQLITE_ENABLE_SETLK_TIMEOUT=2 builds work on windows. · Updated 2025-06-02 18:37:32 +00:00    bahman

1511
0
Included

76473827ed · Merge trunk into tcl-cw branch. · Updated 2025-05-30 16:22:39 +00:00    bahman

1533
7

d14446730c · Fix the missing -lm link flag for the sqlite3 shell when building the autoconf bundle with --disable-static-shell, as reported in [forum:5adf1c932a | forum post 5adf1c932a]. · Updated 2025-05-29 20:30:01 +00:00    bahman

2042
52

b3bcf489a4 · Do not use a partial index if the truth of the WHERE clause does not depend · Updated 2025-05-28 14:59:42 +00:00    bahman

1543
0
Included