Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
12 check-ins using file src/vdbe.c version 0feab57811
2025-05-13
| ||
16:58 | First cut at enhancing the fsdir virtual table so that it works with unicode characters on Windows. (Leaf check-in: c9e04dadfd user: drh tags: trunk) | |
15:09 | Omit the unused readdir_r() routine from test_windirent.c (check-in: f9a216e3ad user: drh tags: trunk) | |
2025-05-12
| ||
19:12 | Session extension doc typo fix reported in forum post 75e9408acb. (check-in: b96cfff52b user: stephan tags: trunk) | |
11:48 | Fix a coding mistake in vfstrace. (check-in: f0054cc0bc user: drh tags: trunk) | |
2025-05-11
| ||
10:48 | Remove a redundant typedef from the sqlite3_rsync.c source file. (check-in: b4c37c6bcc user: drh tags: trunk) | |
2025-05-10
| ||
17:09 | Provide the SQLITE_BUG_COMPATIBLE_20250510 compile-time option that restores the JSON5 bug fixed in the previous check-in, in case some applications need it for legacy compatibility. (check-in: 491cf31904 user: drh tags: trunk) | |
15:53 | Add enforcement of the obscure JSON5 syntax rule that the \0 escape sequence must not be followed by a digit. Forum post c061e87faf. (check-in: 83c7477f2b user: drh tags: trunk) | |
2025-05-08
| ||
16:18 | Fix PRAGMA trusted_schema=OFF and similar so that it restricts the kinds of functions in CHECK constraints that the documentation says it does. It was letting through some function that it ought not have. This is a defect in [5720924cb07766cd]. See forum thread 2025-05-08T08:50Z. Additional test cases will be added separately. (check-in: 25920beebf user: drh tags: trunk) | |
13:51 | Internal doc typo fix. No code changes. (check-in: ac2aa39f7e user: stephan tags: trunk) | |
2025-05-07
| ||
17:13 | Fix a harmless warning about and oversize shift operation on malformed JSONB inputs. OSSFuzz 415850463. (check-in: cf8b55b3b6 user: drh tags: trunk) | |
2025-05-06
| ||
17:56 | Add test cases for the NOT NULL/IS NULL optimization in CHECK constraints fix. (check-in: 6eb2939a60 user: dan tags: trunk) | |
17:53 | Fix a bug in the NOT NULL/IS NULL optimization of check-in [cb94350185f555c3] that can cause invalid data to be used for a column if that column has a CHECK constraint that includes the NOT NULL or IS NULL operator. Problem discovered by the Chromium fuzzer. Never seen in the wild, as far as anybody knows. (check-in: 2adaee9aa9 user: drh tags: trunk) | |