]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-12-16  drhEnable SQLITE_STRICT_SUBTYPE for default builds of...
2023-12-16  drhNew test case based on Chromium bug report 1511689.
2023-12-15  drhIn the count-of-view optimization, deferring freeing...
2023-12-15  danAvoid expiring prepared statements in the middle of...
2023-12-15  drhAdd mention of --buildonly and --dryrun to the testrunn...
2023-12-15  drhFix a new JSON test case so that it works even if SQLIT...
2023-12-15  danDo not run test script fts5origintest4.test with either...
2023-12-15  danAvoid running the "no_mutex_try" tests with SQLITE_ENAB...
2023-12-15  stephanCorrect --enable-sab flag in ext/wasm/GNUmakefile to...
2023-12-14  stephanUse SQLITE_STRICT_SUBTYPE=1 by default for the JNI...
2023-12-14  drhAdd assert()s to FTS5 to fix static analyzer warnings.
2023-12-14  drhFix harmless compiler warnings in JSON and FTS5.
2023-12-14  danImprove the error message returned by an fts5 'rebuild...
2023-12-14  drhEnhance aggregate order-by so that it transmits subtype...
2023-12-14  drhPass subtype information through the aggregate ORDER... agg-orderby-subtype
2023-12-13  larrybrIn CLI, fix .read inability to open 2GB+ files on WIN32.
2023-12-13  drhAvoid invoking sqlite3ExprColUsage() on an unresolve...
2023-12-13  drhBug fix in the JSONB validator.
2023-12-13  drhImprovements to UTF8 handling, and especially the handl...
2023-12-12  drhFix the JSON object label comparison object so that...
2023-12-12  stephanWorker1 Promiser API: when multiple db connections...
2023-12-12  drhThe json_valid(*,8) function does a much better check...
2023-12-12  drhAdd NEVER to two unreachable branches in JSON. jsonb-valid
2023-12-12  drhImprovements to JSONB validation - catch more cases...
2023-12-12  drhValidity checking of text nodes in JSONB.
2023-12-11  drhThe json_error_position() function now reports an appro...
2023-12-11  drhjson_error_position() now uses jsonValidityCheck()...
2023-12-11  drhjson_valid(*,8) allows minus-signs on hexadecimal literals.
2023-12-11  drhActivate JSON_SELFCHECK within fuzzcheck.
2023-12-11  drhRename the new test-control to SQLITE_TESTCTRL_JSON_SEL...
2023-12-11  drhAdd SQLITE_TESTCTRL_VALIDATE_JSONB, which if enabled...
2023-12-11  drhWork toward enhanced functionality for json_valid(...
2023-12-11  drhFix a potential use of uninitialized value in json_vali...
2023-12-08  drhFix a harmless UBSAN warning.
2023-12-08  drhFix a potential problem RCStr access on a JsonString...
2023-12-08  drhFix a harmless compiler warning about "confusing indent...
2023-12-08  danAvoid dropping an error code in new fts5 tokendata...
2023-12-07  danEnsure an fts5vocab table never uses a special tokendat...
2023-12-07  danAvoid an assert() failure when querying an fts5vocab...
2023-12-07  danFix a null-pointer dereference in fts5 tokendata=1...
2023-12-07  danFix a problem with handling OOM and other errors in...
2023-12-07  danDifferent fix for the fts5 COMMIT-following-OOM problem...
2023-12-07  drhRework the jsonEachPathLength() routine in json_tree...
2023-12-07  drhAdd ALWAYS() on branches added in [ec0ae4030968c782...
2023-12-07  drhImproved detection of corrupt JSONB in the jsonReturnFr...
2023-12-06  danFix compiler warning about shadowed variable in fts5_in...
2023-12-06  drhWork around LLVM's newfound hatred of function pointer...
2023-12-06  danUpdate documentation comments in fts5.h.
2023-12-06  drhDo correct comparisons between object labels in JSON...
2023-12-06  drhCorrectly handle 8-byte sizes in the JSONB format.
2023-12-06  drhFix the routine that determines the json_tree.path... json-label-compare
2023-12-06  larrybrIn CLI, move -interactive flag handling back to arg...
2023-12-06  drhTest cases for object label matching with escape sequences.
2023-12-06  drhThe rule for the RHS of the ->> and -> operators when...
2023-12-06  drhIncreased rigor in comparisons between object labels...
2023-12-06  danAdd the tokendata=1 option and related APIs to fts5.
2023-12-06  danMerge trunk changes into this branch. fts5-token-data
2023-12-06  stephanREADME.md typo fix reported in the forum and update...
2023-12-05  drhRework the JSON functions so that they use the JSONB...
2023-12-05  drhUse extra assert() statement to silence harmless static... jsonb
2023-12-05  danFurther tests for the new code on this branch.
2023-12-05  drhMiscellaneous comment cleanup and typo fixes.
2023-12-05  drhUse strspn() to accelerate whitespace bypass in the...
2023-12-05  drhSmall performance gain by unwinding the string literal...
2023-12-05  drhClean up the JSONB performance test script.
2023-12-05  drhUse an assert() to fix a harmless static analyzer warning.
2023-12-05  drhFix OOM and corrupt JSONB handling in json_patch().
2023-12-04  drhRename the internal routine jsonMergePatchBlob() to...
2023-12-04  danAdd further tests for xInstToken().
2023-12-04  drhFixes to error handling in json_array_length().
2023-12-04  drhDo not make the input JSONB editable in json_remove...
2023-12-04  drhFix errors in rendering JSON5 escape sequences embedded...
2023-12-04  danFixes for xInstToken() with tokendata=0 tables. And...
2023-12-04  danFix memory leak in new code on this branch.
2023-12-04  danFix a problem with the xInstCount() API and "ORDER...
2023-12-04  drhContinuing simplifications and code cleanup.
2023-12-04  danFix bug in xInstToken() causing the wrong token to...
2023-12-04  drhRemove reachable ALWAYS and NEVER macros.
2023-12-04  drhTwo new NEVER macros.
2023-12-04  danAdd tests for using tokendata=1 and contentless_delete...
2023-12-04  drhRepair issues and inefficiencies found during testing.
2023-12-04  drhBetter pre-scan size estimations for objects in the...
2023-12-04  drhBack off on the use of strlen() for situations where...
2023-12-03  drhRemove dead code. Improved reporting of errors in...
2023-12-03  drhAvoid problems when the path argument to json_tree...
2023-12-03  drhEnsure that OOM conditions in the generation of the...
2023-12-03  drhEnable incorrect JSONB to be rendered into text without...
2023-12-03  drhDo not let bad hexadecimal digits in malformed JSONB...
2023-12-03  drhMinor code changes for consistency and to simplify...
2023-12-02  drhImplement strict JSONB checking in the json_valid(...
2023-12-02  drhFix harmless compiler warnings reported by MSVC.
2023-12-02  danFix various compiler warnings and other problems with...
2023-12-02  drhCode and comment cleanup. Everything should work the...
2023-12-02  drhFix harmless compiler warnings. Refactor some identifi...
2023-12-02  danWhen tokendata=1 queries require multiple segment-curso...
2023-12-02  drhTake extra care to ensure that JSONB values that are...
2023-12-02  danEnsure that tokendata=1 queries avoid loading large...
2023-12-02  drhProtect a memcpy() against OOM conditions.
2023-12-02  drhDo not allow a JsonParse object to be considered "edita...
2023-12-02  drhFix potential unsigned integer underflow in jsonAppendS...
next