Default branch

5b98467d28 · Be sure to do floating-point to text conversions in JSON to the full · Updated 2026-05-29 23:14:22 +00:00

Branches

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    mirrors

934
0

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

943
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    mirrors

905
1

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

994
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    mirrors

994
2

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

1019
0

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

1160
0

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

1165
1

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

1166
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    mirrors

1059
0

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    mirrors

1191
1

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

1197
0

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

1215
0

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

1256
1

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

1261
0

a105989856 · Rename the file control to SQLITE_FCNTL_FILESTAT. Rename the SQL function · Updated 2025-10-25 20:46:09 +00:00    mirrors

1272
0

21769e1d85 · Fix a va_list misuse. · Updated 2025-10-22 12:38:39 +00:00    mirrors

1288
0

f4720e195e · Back out [b144f875d6bddce6] and remove strchrnul() from printf.c because it's not as portable as we'd hoped. · Updated 2025-10-21 16:10:09 +00:00    mirrors

1304
1

2cf93f054d · An attempted workaround for a MacOS-ism which causes the strchrnul() feature test to incorrectly pass though strchrnul() is not available. This new check works on Linux but is as-yet untested on the affected systems. See [forum:95edc7a8d7d1de59|forum post 95edc7a8d7d1de59]. · Updated 2025-10-16 17:17:13 +00:00    mirrors

1309
1

f66a0600d8 · Improve performance of the shell tool ".ar" command when it is given a large number of arguments. · Updated 2025-10-15 15:54:38 +00:00    mirrors

1314
0