]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2023-12-02  drhMinor fix to the header comment on jsonXlateTextToBlob().
2023-12-02  drhPerformance optimization in jsonAppendString().
2023-12-02  drhSimplification and optimization of the JSON parser.
2023-12-02  drhRemove a NEVER that can be true if a virtual table...
2023-12-02  drhUnroll a loop in the parser for a performance increase.
2023-12-02  drhFix harmless compiler warnings and enhance performance...
2023-12-01  drhPerformance optimization in the JSON parser.
2023-12-01  danRemove old code for tokendata=1 queries.
2023-12-01  danMerge latest trunk with this branch.
2023-12-01  danDifferent approach to querying a tokendata=1 table...
2023-12-01  drhJSON cache is now more effective.
2023-12-01  drhFix up the JSON cache to work better. jsonb-cache
2023-12-01  drhCache is working better, but does not preserve the...
2023-12-01  drhFirst attempt to get the JSON text-to-binary cache...
2023-11-30  drhRemove all trace of JsonNode from the JSON implementati...
2023-11-30  drhConvert json_valid() over to using only JSONB as its...
2023-11-30  stephanAdd a basic batch-mode SQL runner for the SAH Pool...
2023-11-30  drhConvert json_type() to use JSONB internally.
2023-11-30  drhConvert json_insert(), json_replace(), and json_set...
2023-11-30  drhEnhance json_set() and json_insert() so that they creat... jsonb-insert
2023-11-30  drhSimplification of the new JSON insert/set test cases.
2023-11-30  drhNew JSON test cases showing insert or set with missing...
next