]> git.ipfire.org Git - thirdparty/sqlite.git/history
thirdparty/sqlite.git
2024-05-07  danFix bug in test script sessionconflict.test.
2024-05-07  danEnsure successive scans of pragma virtual tables return...
2024-05-07  stephanFix a compilation error in test/lemon-test01.y, reporte...
2024-05-06  danWhen extracting links from sqlar archives, clobber...
2024-05-06  drhOmit redundant unary + operators from the AST.
2024-05-06  drhAvoid unnecessary recursion in sqlite3ExprDeleteNN...
2024-05-06  danAdd new sessions API sqlite3changegroup_add_change().
2024-05-06  danEdit comments in sqlite3session.h. changegroup-add-change
2024-05-06  danAdd tests for sqlite3changegroup_add_change().
2024-05-06  danFix problem in sqlar_uncompress() when being used to...
2024-05-05  drhAdd comment to the test/lemon-test01.y file indicating...
2024-05-04  danAdd new sessions API sqlite3changegroup_add_change().
2024-05-04  danAdd test cases to test/in7.test. No code changes.
2024-05-04  drhAssume that an SQL function is able to return a subtype...
2024-05-04  drhAssume that a function is able to return a subtype... func-rw-subtype
2024-05-04  drhFunctions that pass through the sqlite3_value of one...
2024-05-03  drhThe coalesce(), ifnull(), and iif() functions pass...
2024-05-02  danFix a problem with queries that use "IN(...) ORDER...
2024-05-02  danAvoid an assert failure accessible only when internal...
2024-05-02  danFix a case where the recovery extension might write...
2024-05-02  danAvoid an OP_Next in cases where an IN(...) query agains...
2024-05-02  drhFix the CREATE TABLE performance issue described by
2024-05-02  drhAdd a test case to the fix to PRAGMA integrity_check... faster-create
2024-05-02  drhDo not accept a string that looks like a number used...
2024-05-02  drhOmit the OP_SqlExec to "PRAGMA integrity_check" added...
2024-05-01  danAvoid an OP_Next in cases where an IN(...) query agains... unique-in-opt
2024-05-01  danFix another problem in the recovery extension where...
2024-05-01  danFix a problem causing the recovery extension to use...
2024-04-30  danAvoid 32-bit overflow when calculating ncycle for ...
2024-04-26  drhFix issues in [/info/1e227ad9f413227f|LIMIT/OFFSET...
2024-04-26  stephanInternal JS doc touchups. No functional changes.
2024-04-26  stephanAdditional internal docs in the wasm utilities.
2024-04-26  danAllow virtual table implementations to handle OFFSET... vtab-limit-fix
2024-04-26  danHave where.c ignore any plan from a virtual table that...
2024-04-26  drhFurther fixes and improvements to the generate_series...
2024-04-26  drhUse hex flag masks rather than decimals in ext/misc...
2024-04-26  danFix a problem allowing a LIMIT constraint to be passed...
2024-04-26  drhFix handling of LIMIT and OFFSET in virtual tables...
2024-04-26  drhEnhance the generated_series() table-valued-function...
2024-04-26  danAdd test demonstrating the problem at [forum:/forumpost...
2024-04-26  drhFix the TreeView display of a LIMIT clause on a compoun...
2024-04-25  drhImprovement to the way that affinity is determined...
2024-04-25  drhFurther improvements to the computation of affinity... compound-subquery-affinity
2024-04-25  drhBack out the previous change on this branch. In its...
2024-04-25  stephanwasm: add a makefile comment about the static sqlite3...
2024-04-24  drhAn experimental minor tweak to the way affinities are...
2024-04-24  drhIf a RETURNING clause contains a subquery that referenc...
2024-04-24  danFix a case where a corrupt stat4 record could go unreco...
2024-04-24  drhAdd comments linking the assert() added in [cef4d9e3ba5...
2024-04-24  danAvoid slowdown when exprNodeIsConstant() is called...
2024-04-24  drhEnsure that temporary SrcItem objects created by trigge...
2024-04-24  stephanRemove an undocumented feature from the JS Worker1...
2024-04-23  drhFix a problem with vector IN operators used with an...
2024-04-23  danFix an uninitialized variable problem in the new code... vector-in-fix
2024-04-23  stephanRemove some dead WASM-side code.
2024-04-23  stephanMinor touchups in JS docs and exception messages.
2024-04-23  stephanWhen running the 'dist' target in ext/wasm for an SEE...
2024-04-22  danAdd extra tests for aborting conflicts in the sessions...
2024-04-22  stephanMinor cleanups to [8fbda563d2f5].
2024-04-22  stephanExtend the JS/WASM SEE build support by (A) filtering...
2024-04-22  drhExtra robustness in the code that causes cursors to...
2024-04-22  stephanFor sqlite3.oo1.DB JavaScript classes, bypass execution...
2024-04-22  drhContinuation of the fix at [8c0f69e0e4ae0a44]: If a...
2024-04-21  drhFix an indentation problem in debugging routine sqlite3...
2024-04-20  danSlight performance improvement for the new code on...
2024-04-20  danFix a problem where an expression like (a, b) IN (SELEC...
2024-04-18  drhCorrect handling of OUTER JOIN when on or the other...
2024-04-15  drhThe first assert() added in [0ebc65481f4a3e79] is not...
2024-04-12  drhIf a build fails in testrunner.tcl, do not attempt...
2024-04-12  drhFixes and new tests logic to ensure that the btree...
2024-04-12  drhAdd assert() statements to help verify the overflow... btree-ovfl-cache
2024-04-12  drhNew assert() statements to verify the correctness of...
2024-04-12  drhTest case for the fix in the previous check-in.
2024-04-12  drhMark the BTree cell overflow cache as invalid whenever...
2024-04-11  stephanFix handling of the SQLITE_OMIT_WAL check in one place...
2024-04-09  danFix a "shift exponent is too large" usan error that...
2024-04-09  danAvoid some performance problems in the recover extensio...
2024-04-09  drhThe read-only CHECK-constraint optimization of [34ddf02...
2024-04-08  danUpdate tests in returning1.test to account for [c7896e88].
2024-04-08  drhEnhance the WHERE-clause push-down optimization so...
2024-04-08  drhFix a harmless compiler warning in the ICU extension...
2024-04-08  drhEnhancements to the fuzzer invariant checker to turn... pushdown-subquery
2024-04-07  drhMerge trunk testing enhancements into the pushdown...
2024-04-07  drhOmit all rowid-in-view restrictions from the fuzzinvari...
2024-04-07  drhIf SQLITE_ALLOW_ROWID_IN_VIEW is set to 2, then all...
2024-04-07  drhMerge trunk enhancements into the pushdown-subquery...
2024-04-07  drhAdd comments to note the name abiguity between the...
2024-04-06  drhDo not allow changes to sqlite3ExprIsTableConstant...
2024-04-06  drhMerge testing logic fixes on trunk into the pushdown...
2024-04-06  drhImprovements to the accurancy of the fuzzinvariants...
2024-04-06  drhGeneralize pushdown to allow any uncorrelated subquery...
2024-04-05  drhExperimental enhancement in which expressions of the...
2024-04-05  drhCheck-in [a9657c87c53c1922] is wrong: the IndexedExpr...
2024-04-05  drhWhen compiling with SQLITE_ALLOW_ROWID_IN_VIEW, if...
2024-04-04  stephanOptimize sqlite3.oo1.DB.exec() for the rowMode='object...
2024-04-04  drhAdd the "interstage-heuristic" that attempts to avoid...
2024-04-04  drhFix an ASAN problem in part of the test harness. No...
2024-04-04  drhFix test cases due to an error message change.
2024-04-04  stephanFix exception propagation when the opfs-sahpool VFS...
2024-04-02  drhAdd an optional 3rd argument to the icu_load_collation...
next