]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2023-11-30  drhNew test cases for insert/set/replace with paths that...
2023-11-30  stephanUpdate some OPFS-related help text in WASM tests. Minor...
2023-11-30  drhConvert json_insert(), json_replace(), json_set() to...
2023-11-29  drhConvert the json_error_position() routine to use only...
2023-11-29  drhThe json_patch() function now operates exclusively...
2023-11-29  danFix signed integer overflow in fts5.
2023-11-29  drhIn the recovery extension, if a payload size is unreaso...
2023-11-29  drhMerge all the latest trunk enhancements into the jsonb...
2023-11-29  drhThe assertion change at check-in [7946c79567b0ccd3...
2023-11-29  drhConvert the json_array_length() function to use JSONB...
2023-11-28  drhFix all known problems with JSONB json_extract().
2023-11-28  drhDo not set the J subtype when the output is JSONB. jsonb-extract
2023-11-28  drhPreserve flexibility in the format of the RHS of -...
2023-11-28  drhAttempt to get json_extract() working with pure JSONB...
2023-11-28  danMerge latest trunk updates into this branch.
2023-11-28  drhThe json_remove() function now uses only JSONB, never...
2023-11-28  danIn SQLITE_ENABLE_SETLK_TIMEOUT builds, use blocking...
2023-11-28  danHandle an SQLITE_BUSY_TIMEOUT error if one occurs while... blocking-dms-lock
2023-11-28  drhActivate the ability of json_patch() to work on JSONB.
2023-11-28  drhAll legacy tests are passing. jsonb-patch
2023-11-28  drhThe json_patch() code for JSONB compiles and works...
2023-11-28  drhMore aggressive use of jsonBlobEdit(). Improvements...
2023-11-27  drhAdd untested (#ifdefed-out) code for the MergePatch...
2023-11-27  danHave SQLITE_ENABLE_SETLK_TIMEOUT builds block when...
2023-11-27  danIn SQLITE_ENABLE_SETLK_TIMEOUT builds, use blocking...
2023-11-27  drhEnhance the (SQLITE_DEBUG-only) json_parse() routine...
2023-11-27  drhGive the json_valid() function an optional second argum...
2023-11-27  drhConvert the json_tree() and json_each() virtual tables...
2023-11-27  drhAll tests passing. jsonb-tree
2023-11-26  drhFix corner-case error conditions.
2023-11-26  drhSame results as the legacy JsonNode implementation...
2023-11-25  drhRemove unused elements from the json_tree() cursor.
2023-11-25  drhRemove the vestigal JsonNode logic from json_tree(...
2023-11-25  drhAlmost working. Path is still not exactly right when...
next