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

50ef2f7813 · Replace some double-quotes with single quotes an SQL doc snippet in the csv example virtual table. · Updated 2025-12-08 12:24:23 +00:00    bahman

526
0
Included

5a05c59d4d · In the zipfile extension, only return as many bytes as Inflate actually · Updated 2025-12-06 20:41:24 +00:00    bahman

540
0
Included

4ccd61107f · Fix typos and harmless compiler warnings. Omit the use of ctypes.h in QRF. · Updated 2025-12-06 11:50:36 +00:00    bahman

544
0
Included

001f36f9af · Mark an always-true conditional as such. · Updated 2025-12-04 13:28:25 +00:00    bahman

560
0
Included

5be3ac87db · More aggressive optimization of IS NULL and IS NOT NULL operators. · Updated 2025-12-03 18:18:29 +00:00    bahman

578
0
Included

ab63da3f1c · Fix a problem that could occur when a scalar subquery had both a DISTINCT and OFFSET clause. First reported by [forum:41bd7af485 | forum post 41bd7af485]. · Updated 2025-12-03 14:39:25 +00:00    bahman

579
0
Included

69890907df · Initial code for a test program specifically for QRF. Maybe it would be · Updated 2025-12-02 11:40:45 +00:00    bahman

588
1

0f73c6e99b · A failed experiment in hiding JS async behind a sync interface. It's a fraction of a hair's width from working but can't work because of the timing when async tasks get the chance to run. Stashing for future contemplation. · Updated 2025-11-29 20:27:42 +00:00    bahman

550
1

99155974fc · Show just the list of available modes and omit the current mode display · Updated 2025-11-24 13:19:30 +00:00    bahman

639
3

843418ae70 · In the CLI on the ".mode" command, replace the recently added --no-limits option with · Updated 2025-11-24 12:27:18 +00:00    bahman

639
2

3df99c4861 · Use sqlite3MPrintf() instead of sqlite3_mprintf() internally in alter.c, · Updated 2025-11-20 11:06:58 +00:00    bahman

664
0
Included

9e91a1fe89 · Modify the "%realloc" and "%free" commands in Lemon so that the functions · Updated 2025-11-18 15:40:02 +00:00    bahman

805
0
Included

6b783ec950 · Pervent the parser stack from growing to be larger than 100 plus four times · Updated 2025-11-18 02:24:46 +00:00    bahman

810
1

94818fe81d · Experimental SQLITE_MAX_SUBQUERY compile-time option. · Updated 2025-11-18 00:16:40 +00:00    bahman

811
1
qrf

07e071e500 · If SQL is entered as additional command-line arguments to CLI, that counts · Updated 2025-11-17 19:46:04 +00:00    bahman

704
0
Included

5e2e34aef8 · Re-add the (still) unsupported and (still 100%) untested sqlite3-node.mjs back to the dist bundle, as its removal in 3.51 has [caused some downstream disruption](https://github.com/sqlite/sqlite-wasm/issues/118). This is stashed in a branch for now and may never be merged - we're still negotiating the terms of its re-addition and my eventual capitulation. · Updated 2025-11-13 08:36:52 +00:00    bahman

836
1

14fcb8252a · Avoid dropping RETURNING triggers when the schema is reset while preparing a statement. · Updated 2025-11-10 17:37:59 +00:00    bahman

842
0
Included

b799156a31 · Consolidate the three VFS-specific SEE tests into a shared routine. · Updated 2025-11-04 01:03:58 +00:00    bahman

860
0
Included

0fe7b968dd · Send an sqlite3_log() message if the unix backend takes a short read. · Updated 2025-10-29 13:59:25 +00:00    bahman

901
1

6cc222c3be · Additional comments explaining what unixIsSharingShmNode() does. No · Updated 2025-10-28 01:28:20 +00:00    bahman

906
0
Included