]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2023-11-21  drhMake edits directly to the JSONB BLOB when the input...
2023-11-21  larrybrSync w/trunk as pre-merge-to-trunk sanity check.
2023-11-21  drhFix the trace3-4.4 test to be more rebust against timin...
2023-11-20  drhBack out an incorrect change to the sqlite3ExprCompareS...
2023-11-20  drhConvert an assert in OP_VCheck into a branch that abort...
2023-11-20  danFix an assert() in fts5 that could be true following...
2023-11-20  larrybrCherrypick shell1.test fix.
2023-11-20  larrybrCherrypick shell1.test fix.
2023-11-18  mistachkinCorrect conditional compilation issue seen with MSVC...
2023-11-18  danWhen ENABLE_SETLK is defined, avoid ever blocking on...
2023-11-18  drhAdjust an assert() in fts5WritePoslistData() so that...
2023-11-18  drhAnother assertion fault fix, similar to [a9443dbfbe25e5...
2023-11-17  danWhen SQLITE_ENABLE_SETLK_TIMEOUT is defined, use a...
2023-11-17  drhAdd the new "run-fuzzcheck" target on the autoconf...
2023-11-17  drhAdd an assert() to prove the sqlite3_prepare() always...
2023-11-17  danWhen SQLITE_ENABLE_SETLK_TIMEOUT is defined, use a... unix-setlk-timeout-mutexes
2023-11-17  drhMerge the latest trunk enhancements and fixes into...
2023-11-17  drhFix harmless compiler warnings in debugging code.
2023-11-17  drhFix an incorrect assert() associated with ALTER TABLE...
2023-11-16  larrybrSimplify and make more rational how console I/O package...
2023-11-15  drhBoth json_remove() jsonb_remove() work on pure JSONB...
2023-11-15  drhSome simple test cases for JSONB direct remove.
2023-11-15  danChanges so that if SQLITE_ENABLE_SETLK_TIMEOUT is defin...
2023-11-15  drhjsonb_remove() now works without having to use a JsonNo...
2023-11-15  drhThe jsonb_remove() routine now appears to be working. jsonb-remove
2023-11-15  drhWork toward getting jsonb_remove() to work directly...
2023-11-15  drhImprovements to the description of sqlite3_errmsg(...
2023-11-15  drhMerge all the latest enhancements and fixes from trunk...
2023-11-15  stephanFix an exception misuse in test-opfs-vfs.js.
2023-11-15  stephanJNI: add more wrapper1 Sqlite.Blob tests.
2023-11-15  stephanJNI: clear out the sqlite3_context native pointer after...
2023-11-15  stephanJNI doc updates.
2023-11-15  stephanJNI: add the @Experimental annotation and mark all...
2023-11-15  stephanJNI test code cleanups.
2023-11-15  stephanJNI: add CONFIG_LOG and CONFIG_SQLLOG support to wrappe...
2023-11-15  stephanJNI: apply an internal level of API indirection to...
2023-11-14  drhAdd NEVER() to a branch made unreachable by [6f9eed826f...
2023-11-14  stephanJNI: reimplement Tester2.execSql() using the high-level...
2023-11-14  danFix another obscure problem with nested aggregates...
2023-11-14  stephanJNI: add Sqlite.Stmt.step(boolean) overload which retur...
2023-11-14  drhExtra PRAGMA vdbe_addoptrace output showing when OP_Col...
2023-11-14  stephanJNI: use ByteBuffer.limit() instead of ByteBuffer.capac...
2023-11-14  stephanJNI: add sqlite3_blob_read_nio_buffer() and iron out...
2023-11-14  larrybrAdd a few asserts into *Put*() functions to catch calls...
2023-11-14  stephanJNI: change sqlite3_prepare_multi()'s exception-handlin...
next