]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-04-23  drhFix minor problems with the new join table name resolut... right-join-colnames
2022-04-22  drhAdd the ability to access the USING columns of the...
2022-04-22  drhMerge the latest enhancements and fixes from trunk...
2022-04-22  drhMake use of the "%!S" format when running ExplainSubquery.
2022-04-22  drhImprove EXPLAIN QUERY PLAN output and comments on bytec...
2022-04-22  drhHonor the MATERIALIZED keyword on a common table expres...
2022-04-22  danAdd test cases to check the handling of SQLITE_BUSY...
2022-04-22  drhSimplification of data structures in the wildcard expan...
2022-04-22  drhMinor simplification to the result-set wildcard expande...
2022-04-22  drhMerge the latest trunk fixes into the right-join branch.
2022-04-21  drhPrevious fix to join8.test needs a return.
2022-04-21  drhDisable join8.test if the build lacks support for virtu...
2022-04-21  drhAdd support for RIGHT and FULL JOIN.
2022-04-21  drhFix harmless compiler warnings.
2022-04-21  drhFix a harmless uninitialized variable warning in MSVC.
2022-04-21  drhFix harmless compiler warnings in the CLI.
2022-04-21  drhMake sure the code generator knows to invoke row-value...
2022-04-21  drhEnsure correct fg.isNestedFrom values even on crazy...
2022-04-21  drhAvoid materializing columns of SF_NestedFrom subqueries...
2022-04-20  larrybrFor CLI, fix how columnar mode fills in empty portions...
2022-04-20  drhSmall correction to the new bUsed logic of sqlite3Proce...
2022-04-20  drhMerge window function fix from trunk.
2022-04-20  drhRemove an unnecessary assignment operation.
2022-04-20  danFix a problem with using multiple SQLITE_SUBTYPE functi...
2022-04-20  drhComment fixes and improvements in sqlite3ProcessJoin().
2022-04-20  drhImproved tracking of nested SELECT objects used to...
2022-04-20  drhAlso show the ENAME_SPAN value in sqlite3TreeViewExprLi...
2022-04-20  drhImproved TreeView output for ExprList: Show the ENAME...
2022-04-20  drhAdd a new comment to the body of lookupName(). No...
2022-04-19  drhMerge the ALTER TABLE fix from trunk.
2022-04-19  danFix a problem in ALTER TABLE with handling "table....
2022-04-19  drhImproved comment on the JF_LTORJ constant definition.
2022-04-19  drhFix a NULL-pointer dereference that can occur on an...
2022-04-19  drhMark an unreachable "just-in-case" branch as unreachable.
2022-04-19  drhAdd 512 new join test cases derived from PostgreSQL...
2022-04-19  drhRemove unnecessary cases for the resolver.
2022-04-19  drhAdd the omitted "finish_test" to the end of joinA.test.
2022-04-19  drhNew test cases for RIGHT and FULL JOIN.
2022-04-18  drhFix the query flattener so that it does not flatten...
2022-04-18  drhNew test cases, including one that gets a different...
2022-04-18  drhDisable the unused EU4_EXPR mode for the IdList object.
2022-04-18  drhEven more test cases.
2022-04-18  drhNew test cases for parenthesized NATURAL FULL JOINs.
2022-04-18  drhNew test case demonstrating the ability to invoke OP_Nu...
2022-04-18  drhMerge the btree bug-fix from trunk.
2022-04-18  drhEnsure that left-hand side WITHOUT ROWID tables are...
2022-04-18  drhFix problems with WHERE clauses that follow multiple...
2022-04-18  danAvoid an assert() failure in allocateSpace() triggered...
2022-04-18  drhMerge the latest fixes from trunk.
2022-04-18  drhImproved comment field in the bytecode generated for...
2022-04-18  drhImproved comment field in the bytecode generated for...
2022-04-18  drhNew RIGHT JOIN test cases, one of which is currently...
2022-04-18  drhChange the row-value initialization subroutine call...
2022-04-18  drhDo not allow an empty table bypass to jump outside...
2022-04-18  drhFix the sqlite3SrcListAppendList() routine so that...
2022-04-18  drhLeave sqlite3ProcessJoin() early if an OOM is encounter...
2022-04-18  drhFix to the coalesce() function generation in the resolver.
2022-04-18  drhWhen converting a NATURAL JOIN into a JOIN USING, make...
2022-04-17  drhFix to the logic that computes coalesc() functions...
2022-04-17  drhDeal with OP_Return bypass in the RIGHT JOIN subroutine...
2022-04-17  drhChange OP_Return such that if P3 is 1, the Return is...
2022-04-17  drhFurther improvements to USING() processing for RIGHT...
2022-04-16  drhNew test cases, one of which is failing, indicating...
2022-04-16  drhFix the USING to ON translation so that it works correc...
2022-04-16  drhSince the query planner is unable to cope with a LEFT...
2022-04-16  drhAdditional SELECT trace logic: Show the tree after...
2022-04-16  larrybrMake shell auto-column work with lots of columns when...
2022-04-16  danFix a problem with "ON DELETE RESTRICT" and "ON UPDATE...
2022-04-16  drhNew test cases. One of the new test cases shows a...
2022-04-16  drhRIGHT JOIN USING now appears to work the same as PG...
2022-04-15  drhRevamp the USING clause processing so that it works...
2022-04-15  drhAvoid deleting substructure of the Expr node in lookupN... right-join-using
2022-04-15  drhProgress toward a working USING for FULL JOIN.
2022-04-15  drhWhen expanding "*" in the result set of a SELECT, do...
2022-04-15  drhThe sqlite3ProcessJoin() routine converts a NATURAL...
2022-04-15  drhEnhance the IdList object to exist in a single memory...
2022-04-15  drhAdd the "3" in the name of the sqlite3ProcessJoin(...
2022-04-14  drhRecord the three known big issues with the current...
2022-04-14  drhCherry pick subroutine indentation improvements and...
2022-04-14  drhAnother instance of indenting a subroutine.
2022-04-14  drhCheck for interrupts and invoke the progress handler...
2022-04-14  drhRerun the subroutines that compute row-values if necess...
2022-04-14  drhAdjust the output formatting of bytecode listings so...
2022-04-14  drhDisable autoindexing for the RIGHT JOIN loop.
2022-04-14  drhAdjust assert() statements to account for the new alway...
2022-04-14  drhPrevious check-in accidentally inverted a test on an... right-join-fix
2022-04-14  drhFix assert() statements associated with artifical null...
2022-04-13  drhFix a harmless (false-positive) unused variable compile...
2022-04-13  drhMake the sqlite3TreeViewSrcList() routine a no-op if...
2022-04-13  drhFix an assert() in OP_Column so that it accounts for...
2022-04-13  drhIf the OP_NullRow opcode is given a cursor that has...
2022-04-13  drhMove the explain comment for the RIGHT-JOIN post-proces...
2022-04-13  drhAdd support for RIGHT and FULL OUTER JOINs.
2022-04-13  drhThe rows of a RIGHT JOIN might come out in any arbitrar...
2022-04-13  drhFix an assert() in btree.c that might not be true for...
2022-04-13  drhAdd missing VdbeCoverage() macros on new branch byte...
2022-04-12  drhEnsure that the JT_LTORJ bit in the SrcItem.fg.jointype...
2022-04-12  drhFor the bad join type error message "unknown or unsuppo...
2022-04-12  drhFactor out the RIGHT JOIN non-matched row loop from...
2022-04-12  drhMerge the latest enhancements from trunk into the right...
next