]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-08-10  drhMerge the latest branch-3.46 changes into wal2 as a... wal2-3.46
2024-08-10  drhRevision to check-in d9f726ade6b258f8 so that OOM and...
2024-08-10  drhFix behavior change in the offset() SQL function introd...
2024-08-10  drhCherrypick ALTER TABLE fixes from trunk so that ALTER...
2024-08-10  drhCherrypick various minor fixes from trunk into branch...
2024-08-10  drhEnhancements to covering-index prediction.
2024-08-09  stephanRemove unused static var cBadGroup from ext/consio...
2024-08-08  danEnsure sqlite3expert.c unregisters any SQL user-functio...
2024-08-08  drhDo not let the number of terms on a VALUES clause be...
2024-08-08  stephanMove a misplaced va_end, as reported in [forum:702c79e9...
2024-08-06  drhImproved robustness of parsing of tokenize= arguments...
2024-07-15  stephanSlight doc touchup for [af41a1e6fc8b36e9bf65]/[c7519d98...
2024-07-12  stephanWork around a difficult-to-trigger Atomics API message...
2024-06-17  stephanImprove the JS-exception-to-C-result-code conversion...
2024-06-12  stephanFix a potential db corruption case triggered by the...
2024-06-09  drhDisable the omit-noop-join optimization when there...
2024-06-05  drhFix an fts5 problem with secure-delete mode causing...
2024-05-27  drhFix a possible buffer overwrite in the ".import" command.
2024-05-25  drhEnsure that sqlite3ViewGetColumnNames() returns non...
2024-05-23  drhIncrease the version number to 3.46.1
2024-05-23  drhFix the window-function group_concat() so that it retur...
2024-05-23  drhVersion 3.46.0 for the wal2 branch.
2024-05-23  drhVersion 3.46.0 version-3.46.0
2024-05-21  danEnsure an sqlite_dbdata cursor is properly reset before...
2024-05-21  drhMerge the latest trunk enhancements into the wal2 branch.
2024-05-21  danDo not attempt to run mmapcorrupt.test with builds...
2024-05-21  drhFix harmless compiler warnings.
2024-05-21  drhFix the -> and ->> operators so that when the RHS is...
2024-05-20  drhOmit a capi3 test from 2007 that depends upon undefined...
2024-05-20  danDo not run the tests in recovercorrupt4.test with the...
2024-05-20  drhImprovements to the documentation of sqlite3_vtab_disti...
2024-05-20  drhImprovements to the sqlite3_vtab_distinct() documentation. vtab-distinct-fix
2024-05-18  drhFix the definition of sqlite3_vtab_distinct() such...
2024-05-18  stephanJS error message and doc typos reported in the forum...
2024-05-17  drhImprovements to a VDBE comment. No changes to anything...
2024-05-16  danAdd extra tests for the error messages generated by...
2024-05-16  drhThe sqlite3_declare_vtab() interface should return...
2024-05-16  drhFix a case where an error in the ORDER BY clause of...
2024-05-15  drhBack out the assert() fixes from [a9443dbfbe25e588... alter-table-fix
2024-05-15  danFix a case where an error in the ORDER BY clause of...
2024-05-15  danIf there is no data available for a field in a corrupte...
2024-05-11  danAdd tests to bestindexC.test. No changes to code.
2024-05-10  drhFix aggregate function processing to correctly deal...
2024-05-10  danAdd a test for the fixes on this branch. cleanup-testing
2024-05-10  drhThe sqlite3FaultSim(300) error from [1e8863909ac369e5...
2024-05-10  drhImprovements to the ".testctrl fault_install" command...
2024-05-10  drhAdd an sqlite3FaultSim(300) call to the sqlite3ParserAd...
2024-05-10  stephanSquelch two OMIT-flag-related warnings reported in...
2024-05-09  stephanAdd a maintenance-reminder comment explaining [dc58ed65...
2024-05-09  stephanReformulate a for-in loop to a for loop in wasm.xWrap...
2024-05-08  stephanRename a shadowed local var, as reported in [forum...
2024-05-08  drhFix a hyperlink typo in session documentation.
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...
next