]> git.ipfire.org Git - thirdparty/sqlite.git/history
thirdparty/sqlite.git
2 hours ago  drhImprovements to a VDBE comment. No changes to anything... master
33 hours ago  danAdd extra tests for the error messages generated by...
33 hours ago  drhThe sqlite3_declare_vtab() interface should return...
2 days ago  drhFix a case where an error in the ORDER BY clause of...
2 days ago  drhBack out the assert() fixes from [a9443dbfbe25e588... alter-table-fix
2 days ago  danFix a case where an error in the ORDER BY clause of...
2 days ago  danIf there is no data available for a field in a corrupte...
6 days ago  danAdd tests to bestindexC.test. No changes to code.
7 days ago  drhFix aggregate function processing to correctly deal...
7 days ago  danAdd a test for the fixes on this branch. cleanup-testing
7 days ago  drhThe sqlite3FaultSim(300) error from [1e8863909ac369e5...
7 days ago  drhImprovements to the ".testctrl fault_install" command...
7 days ago  drhAdd an sqlite3FaultSim(300) call to the sqlite3ParserAd...
7 days ago  stephanSquelch two OMIT-flag-related warnings reported in...
8 days ago  stephanAdd a maintenance-reminder comment explaining [dc58ed65...
8 days ago  stephanReformulate a for-in loop to a for loop in wasm.xWrap...
9 days ago  stephanRename a shadowed local var, as reported in [forum...
9 days ago  drhFix a hyperlink typo in session documentation.
10 days ago  danFix bug in test script sessionconflict.test.
10 days ago  danEnsure successive scans of pragma virtual tables return...
10 days ago  stephanFix a compilation error in test/lemon-test01.y, reporte...
11 days ago  danWhen extracting links from sqlar archives, clobber...
11 days ago  drhOmit redundant unary + operators from the AST.
11 days ago  drhAvoid unnecessary recursion in sqlite3ExprDeleteNN...
11 days ago  danAdd new sessions API sqlite3changegroup_add_change().
11 days ago  danEdit comments in sqlite3session.h. changegroup-add-change
11 days ago  danAdd tests for sqlite3changegroup_add_change().
11 days ago  danFix problem in sqlar_uncompress() when being used to...
12 days ago  drhAdd comment to the test/lemon-test01.y file indicating...
13 days ago  danAdd new sessions API sqlite3changegroup_add_change().
13 days ago  danAdd test cases to test/in7.test. No code changes.
13 days ago  drhAssume that an SQL function is able to return a subtype...
13 days ago  drhAssume that a function is able to return a subtype... func-rw-subtype
13 days ago  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
next