]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-12-05  drhUse extra assert() statement to silence harmless static... jsonb
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  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  drhContinuing simplifications and code cleanup.
2023-12-04  drhRemove reachable ALWAYS and NEVER macros.
2023-12-04  drhTwo new NEVER macros.
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  drhCode and comment cleanup. Everything should work the...
2023-12-02  drhFix harmless compiler warnings. Refactor some identifi...
2023-12-02  drhTake extra care to ensure that JSONB values that are...
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  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  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  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 test cases for insert/set/replace with paths that...
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  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  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...
2023-11-25  drhGenerate the fullkey and path columns of json_tree().
2023-11-25  drhHandle the path argument to json_tree() and json_each().
2023-11-24  drhContinuing work on json_tree() against a JSONB.
2023-11-24  danAdd the --buildonly and --dryrun options to testrunner...
2023-11-24  drhIncremental progress toward getting json_each() and...
2023-11-24  danAllow a pattern to filter test scripts to be appended...
2023-11-24  larrybrGet all CLI print calls which went to stdout in 3.44...
2023-11-24  drhFix jsonParseReset() to properly clear the JsonParse...
2023-11-24  drhOmit precompiled binaries from the source tree.
2023-11-24  drhOmit the precompiled binary from the source tree.
2023-11-24  drhMerge the latest trunk enhancements and fixes into...
2023-11-24  larrybrCLI .output/.once to not redirect ".timer on" results.
2023-11-23  danFix an fts5 problem that could occur when mixing regula...
2023-11-23  larrybrFix output redirect bug reported in [forum:/forumposts...
2023-11-22  stephanMinor doc fix in src/betreeInt.h, prompted by an email...
2023-11-22  larrybrFor CLI build with unused function warnings on, #ifdef...
2023-11-22  stephanCorrect the URL for loading sqlite3-worker1-bundler...
2023-11-21  drhInserts invalid JSONB should return "malformed JSON...
2023-11-21  drhDirect editing of JSONB using json_insert() and json_set().
2023-11-21  drhCorrect blob-to-text rendering in some corner cases.
2023-11-21  larrybrMerge console I/O changes for Windows CLI.
2023-11-21  drhFix the translation of JSON5 numeric values from BLOB...
2023-11-21  drhMerge all recent trunk fixes and enhancements into...
next