I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use SQLITE_STRICT_SUBTYPE=1 by default for the JNI and WASM builds unless they're explicitly built with SQLITE_STRICT_SUBTYPE=0. More... about 1 year ago
Add assert()s to FTS5 to fix static analyzer warnings. More... about 1 year ago
Fix harmless compiler warnings in JSON and FTS5. More... about 1 year ago
Improve the error message returned by an fts5 'rebuild' command on an external content table if there is a problem with the content table or view. More... about 1 year ago
Enhance aggregate order-by so that it transmits subtype information through the sorter. Fix for the deficiency reported by [forum:/forumpost/87347ad2fb5a8f76|forum post 87347ad2fb5a8f76]. More... about 1 year ago
Pass subtype information through the aggregate ORDER BY sorter for aggregate functions that use subtype information. More... about 1 year ago
In CLI, fix .read inability to open 2GB+ files on WIN32. More... about 1 year ago
Avoid invoking sqlite3ExprColUsage() on an unresolve column reference. dbsqlfuzz fc34aa62df4de103705d11b807074687ffafbda5. More... about 1 year ago
Bug fix in the JSONB validator. dbsqlfuzz ac6fa521a08609a642198e7decf64180e750b3c4 More... about 1 year ago
Improvements to UTF8 handling, and especially the handling of invalid UTF8, in the JSON routines. More... about 1 year ago
Fix the JSON object label comparison object so that it works correctly even if the label ends with escaped whitespace. More... about 1 year ago
Worker1 Promiser API: when multiple db connections are active then use the requested connection instead of always the first-opened connection. Bug reported in [forum:894c330e7f23b177|forum post 894c330e7f23b177]. More... about 1 year ago
The json_valid(*,8) function does a much better check of the validity of the JSONB input. The json_error_position() function returns an approximate byte offset to the point of the first detected error in the JSONB. More... about 1 year ago
Add NEVER to two unreachable branches in JSON. More... about 1 year ago
Improvements to JSONB validation - catch more cases where the input does not conform to spec. More... about 1 year ago
Validity checking of text nodes in JSONB. More... about 1 year ago
The json_error_position() function now reports an approximate byte offset to the problem in a JSONB if there is a problem. More... about 1 year ago
json_error_position() now uses jsonValidityCheck() to find the approximate position of an error in a JSONB blob. More... about 1 year ago
json_valid(*,8) allows minus-signs on hexadecimal literals. More... about 1 year ago
Activate JSON_SELFCHECK within fuzzcheck. More... about 1 year ago
Rename the new test-control to SQLITE_TESTCTRL_JSON_SELFCHECK. Make it so that the current value of the setting can be interrogated. More... about 1 year ago
Add SQLITE_TESTCTRL_VALIDATE_JSONB, which if enabled under SQLITE_DEBUG causes cross-checking of generate JSONB. More... about 1 year ago
Work toward enhanced functionality for json_valid() with deep checking of the JSONB (second argument has bit 0x08). More... about 1 year ago
Fix a potential use of uninitialized value in json_valid() with 2nd argument of 8. More... about 1 year ago
Fix a harmless UBSAN warning. More... about 1 year ago
Fix a potential problem RCStr access on a JsonString object that is not really and RCStr. Fuzzer/UBSAN find. More... about 1 year ago
Fix a harmless compiler warning about "confusing indentation". More... about 1 year ago
Avoid dropping an error code in new fts5 tokendata=1 code. More... about 1 year ago
Ensure an fts5vocab table never uses a special tokendata=1 merge cursor. More... about 1 year ago
Avoid an assert() failure when querying an fts5vocab table that accesses a tokendata=1 fts5 table with corrupt %_data records. More... about 1 year ago