]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  drhIncremental progress toward getting json_each() and...
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...
2023-11-14  stephanJNI: add sqlite3_blob_write() overload which accepts...
2023-11-13  stephanJNI: add sqlite3_column_nio_buffer() and sqlite3_value_...
2023-11-13  stephanJNI: add sqlite3_result_nio_buffer() and tests. Discove...
2023-11-13  larrybrCure many warnings from gcc, clang and CL.exe.
2023-11-13  stephanJNI: add sqlite3_bind_nio_buffer() and initial tests...
2023-11-13  larrybrFix var-intro after executable code departure from...
2023-11-13  larrybrSlight cleanup of length-limited strpbrk() replacement...
2023-11-13  larrybrEnhance console_io to permit emits limited in various...
2023-11-12  larrybrAdd sqlite3_x86.exe unversioned binary.
2023-11-12  larrybrUse setOutputStream() to designate implicit output...
2023-11-12  larrybrWrite BOM without fwrite(), using sputz() so that if...
2023-11-11  larrybrRemove SHELL_LEGACY_CONSOLE_IO PP symbol and code it...
2023-11-11  larrybrComplete shell transition to using {f,o,e}put{f,z}...
2023-11-11  stephanJNI wrapper1: when checking for an out-of-bounds statem...
2023-11-11  stephanDo not cache a statement's column count in the JNI...
2023-11-11  larrybrFix malf with redirected input due to bad assumption...
2023-11-11  larrybrPervasive changes to console_io.{c,h} in support of...
2023-11-10  danFix another problem with mixed join types and the RIGHT...
2023-11-10  drhAdditional debugging information on the tree-dump of...
2023-11-10  drhRemove an incorrect ALWAYS() that was inserted yesterda...
2023-11-10  drhMerge recent trunk enhancements and fixes into the...
2023-11-10  drhEnsure 8-byte alignment of data structues in sqlite3_da...
2023-11-10  drhRemove a NEVER() from whereAddIndexedExpr() that is...
2023-11-10  danFix an obscure problem with the join-strength-reduction...
2023-11-10  stephanExpose the missing SQLITE_SUBTYPE to wasm.
2023-11-10  stephanExpose the missing SQLITE_SUBTYPE to JNI.
2023-11-10  stephanExpose SQLITE_RESULT_SUBTYPE to JNI.
2023-11-09  stephanExpose SQLITE_RESULT_SUBTYPE to wasm.
2023-11-09  drhAdd the SQLITE_RESULT_SUBTYPE flag for application...
next