]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-04-02  drhMore off-by-one errors in the new JSON parsing. json-nan-inf
2023-04-02  drhFix an off-by-one error in the recognition of -Infinity.
2023-04-01  drhAllow special floating-point value names in JSON: ...
2023-04-01  drhFix harmless compiler warnings.
2023-04-01  drhImproved error messages from PRAGMA integrity_check...
2023-04-01  drhIn the b-tree module use %u instead of %d to print...
2023-03-31  drhOmit the the count-of-view optimization if there is...
2023-03-30  drhEarlier error detection for index expression usage...
2023-03-30  drhOmit a branch that is no longer needed following [c9c4f...
2023-03-30  danFix an error in new test script test/aggfault.test.
2023-03-30  danFix a crash that could follow an OOM error while proces...
2023-03-29  danAvoid having OP_SeekScan jump over an OP_IdxGT or OP_Id...
2023-03-29  danFix a problem with sqlite3_stmt_scanstatus() from withi...
2023-03-29  drhAnother #ifdef to omit code that is only used by STAT4.
2023-03-29  drhNew #ifdefs to omit code that is unused except under...
2023-03-29  drhEnhance PRAGMA integrity_check so that it can detect...
2023-03-28  drhFix a weird corner case in aggregate function processin...
2023-03-28  drhFix multiple problems with RETURNING on a DML statement...
2023-03-27  stephanRemove a meaningless JS test. Add a timer to the OPFS...
2023-03-27  drhDo not allow constant factoring during PRAGMA integrity...
2023-03-26  drhImprovements to register allocation, especially in...
2023-03-26  drhDisable factoring of constant values during ANALYZE...
2023-03-25  drhWhen the left table of a RIGHT JOIN is used inside...
2023-03-25  drhAdd usage detection to the NULL value generator for... rightjoin-agg-idxexpr
2023-03-25  drhWhen reading sqlite_stat4 data during query planning...
2023-03-25  drhWhen the left table of a RIGHT JOIN is used inside...
2023-03-25  drhIn the byte-code, when the result of an expression...
2023-03-25  drhAdd the tag-20230325-1 comment that was omitted from...
2023-03-25  drhThe fix at [2bf5413dc2c19d5f] was incomplete in that...
2023-03-25  drhEven tighter bounds on the maximum length of the filena...
2023-03-25  drhTighter constraints on the maximum length of the filena...
2023-03-25  drhNew test case to further validate the fix at [221fdcec9...
2023-03-25  larrybrFix CLI non-handling of OOM reported at [forum:/forumpo...
2023-03-24  drhRemove undocumented, vestigial SQL functions in the...
2023-03-24  drhFix possible integer overflow in bounds checking for...
2023-03-24  drhFix an error in the OP_SeekScan opcode added by check...
2023-03-24  drhFix the handling of indexed expressions in an outer...
2023-03-24  drhFix a problem in cursor-hints for WITHOUT ROWID tables...
2023-03-24  stephanAdd a JS test which checks for the issue described...
2023-03-24  drhFix byte-code register allocation in ANALYZE for STAT4...
2023-03-23  drhThe attempt to bring STAT4 up to 100% MC/DC at [55a26c6...
2023-03-22  stephanInternal cleanups in JS code. No functional changes.
2023-03-22  drhThe floating-point-to-text conversion with the zero...
2023-03-22  drhFor consistency, the ".mode json" output from the CLI...
2023-03-22  drhThe double-to-text conversion renders infinity as 9e999...
2023-03-22  drhIn the CLI, the magic parameter :inf and :nan bind...
2023-03-22  drhUpdate the version number for the TEA tarball to 3...
2023-03-21  drhAdd ALWAYS() on a branch this is always true now due...
2023-03-21  drhAdd the fuzzcheck-asan.exe target to the MSVC makefile.
2023-03-21  drhAdd the fuzzcheck-asan target to the main posix makefile.
2023-03-21  danFix a valgrind error and potential buffer overread...
2023-03-20  drhMinor change to btreeNext() to facilitate coverage...
2023-03-20  danFix a problem causing a cursor to retain an out-of...
2023-03-20  drhBack out the extra margin added to the input buffer...
2023-03-20  drhA better fix for the sqlite3_error_offset() problem...
2023-03-20  drhExpression errors in generated columns should not gener...
2023-03-20  drhWhen reporting errors in the CLI, ignore the output...
2023-03-19  drhIncrease the size of ref-count values in the pager...
2023-03-18  danAvoid a buffer overread in fts3 that could occur when...
2023-03-17  drhFix json rendering so that it shows positive and negati... numeric-only-json
2023-03-17  drhAdd the ability to name functions using one of the...
2023-03-17  drhAdd test cases for functions named the same as join... functions-named-left
2023-03-17  danFix a potential buffer overread in the recovery extension.
2023-03-17  drhEnsure that an error does not delete the Table object...
2023-03-17  drhAdd safety margin on the CLI input buffer for tickets
2023-03-17  drhFix assert() statements that would (incorrectly) fire...
2023-03-16  drhCorrectly handle SELECT DISTINCT ... ORDER BY when...
2023-03-16  drhAdditional debug/test output from the query invariant...
2023-03-16  drhUpdate the tracing output for the query-invariant check...
2023-03-16  drhDo not use the one-pass optimization on an UPDATE if...
2023-03-16  drhRemove a NEVER() from btreeNext() that dbsqlfuzz 460aa1...
2023-03-15  drhDisallow the one-pass optimization for DELETE if the...
2023-03-15  danFix a broken assert() in the recovery extension.
2023-03-14  drhFix Bloom filters on an expression index.
2023-03-13  larrybrInclude CLI's tip for -- in all builds. Better show...
2023-03-11  drhThe check-in at [198b3e33dcfd74c7] caused a performance...
2023-03-11  drhAllow functions named using keywords "CROSS", "FULL...
2023-03-11  larrybrCLI help to reflect no-more-options option
2023-03-10  drhFix a typo in a comment. No code changes.
2023-03-10  larrybrGive CLI a no-more-options option. (--)
2023-03-10  danFix a problem with the fts5 snippet() function that...
2023-03-10  stephanExport SQLITE_FCNTL_RESET_CACHE to JS.
2023-03-09  stephanReplace a lingering use of 'self' with 'globalThis...
2023-03-09  danReinstate some test cases accidentally removed by ...
2023-03-09  danFix countofview.test so that it works with SQLITE_OMIT_...
2023-03-09  stephanExperimental addition of sqlite3-node.mjs, for node...
2023-03-08  drhFix a possible NULL pointer dereference due to the...
2023-03-08  drhBackout the OP_MakeRecord optimization as it does not...
2023-03-08  stephanExport the new SQLITE_CHANGESETAPPLY_IGNORENOOP flag...
2023-03-08  danAdd the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which...
2023-03-08  drhSmall performance improvement in the OP_MakeRecord...
2023-03-08  drhChange to [44135d6ea84f7ba6] that retains the historica...
2023-03-08  stephanExtend wasm build to support a custom sqlite3.c to...
2023-03-08  drhFix a problem in the count-of-view optimization that...
2023-03-07  drhFix a bug introduced 4 days ago by [e95439119ac200cb...
2023-03-07  drhA proposed change to [44135d6ea84f7ba6] that retains the flexnum-proposed-fix
2023-03-07  stephanImprove how sqlite3.initWorker1API() determines whether...
2023-03-07  stephanReplace use of 'self' in JS code with 'globalThis'...
2023-03-07  stephanIn the JS sqlite3.vfs/vtab utility APIs, use a local...
2023-03-07  mistachkinFix a couple minor spacing issues in the MSVC makefile.
next