2022-04-25 |
drh | Do not allow the push-down optimization on the right... autoindex-fix |
commit | commitdiff | tree |
2022-04-25 |
drh | The pushDownWhereTerms() routine should be using |
commit | commitdiff | tree |
2022-04-25 |
drh | Fix a problem with automatic indexes introduced by |
commit | commitdiff | tree |
2022-04-25 |
drh | Add a new optimizer disabling bit to disable just the... |
commit | commitdiff | tree |
2022-04-25 |
drh | Avoid unintended side-effects on Parse.nSelect in the |
commit | commitdiff | tree |
2022-04-25 |
drh | Remove NEVER() on branches formerly thought to unreachable |
commit | commitdiff | tree |
2022-04-23 |
drh | Prevent the ORDER BY LIMIT optimization from running... |
commit | commitdiff | tree |
2022-04-23 |
drh | In debug builds, add extra code to verify that there... |
commit | commitdiff | tree |
2022-04-23 |
drh | Fix false-positives in sqlite3VdbeNoJumpsOutsideSubrtn... right-join-subrtn-check |
commit | commitdiff | tree |
2022-04-23 |
drh | For debug builds, if the RIGHT JOIN body subroutine... |
commit | commitdiff | tree |
2022-04-22 |
drh | Make use of the "%!S" format when running ExplainSubquery. |
commit | commitdiff | tree |
2022-04-22 |
drh | Improve EXPLAIN QUERY PLAN output and comments on bytec... |
commit | commitdiff | tree |
2022-04-22 |
drh | Honor the MATERIALIZED keyword on a common table expres... |
commit | commitdiff | tree |
2022-04-22 |
dan | Add test cases to check the handling of SQLITE_BUSY... |
commit | commitdiff | tree |
2022-04-22 |
drh | Simplification of data structures in the wildcard expan... |
commit | commitdiff | tree |
2022-04-22 |
drh | Minor simplification to the result-set wildcard expande... |
commit | commitdiff | tree |
2022-04-22 |
drh | Merge the latest trunk fixes into the right-join branch. |
commit | commitdiff | tree |
2022-04-21 |
drh | Previous fix to join8.test needs a return. |
commit | commitdiff | tree |
2022-04-21 |
drh | Disable join8.test if the build lacks support for virtu... |
commit | commitdiff | tree |
2022-04-21 |
drh | Add support for RIGHT and FULL JOIN. |
commit | commitdiff | tree |
2022-04-21 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2022-04-21 |
drh | Fix a harmless uninitialized variable warning in MSVC. |
commit | commitdiff | tree |
2022-04-21 |
drh | Fix harmless compiler warnings in the CLI. |
commit | commitdiff | tree |
2022-04-21 |
drh | Make sure the code generator knows to invoke row-value... |
commit | commitdiff | tree |
2022-04-21 |
drh | Ensure correct fg.isNestedFrom values even on crazy... |
commit | commitdiff | tree |
2022-04-21 |
drh | Avoid materializing columns of SF_NestedFrom subqueries... |
commit | commitdiff | tree |
2022-04-20 |
larrybr | For CLI, fix how columnar mode fills in empty portions... |
commit | commitdiff | tree |
2022-04-20 |
drh | Small correction to the new bUsed logic of sqlite3Proce... |
commit | commitdiff | tree |
2022-04-20 |
drh | Merge window function fix from trunk. |
commit | commitdiff | tree |
2022-04-20 |
drh | Remove an unnecessary assignment operation. |
commit | commitdiff | tree |
2022-04-20 |
dan | Fix a problem with using multiple SQLITE_SUBTYPE functi... |
commit | commitdiff | tree |
2022-04-20 |
drh | Comment fixes and improvements in sqlite3ProcessJoin(). |
commit | commitdiff | tree |
2022-04-20 |
drh | Improved tracking of nested SELECT objects used to... |
commit | commitdiff | tree |
2022-04-20 |
drh | Also show the ENAME_SPAN value in sqlite3TreeViewExprLi... |
commit | commitdiff | tree |
2022-04-20 |
drh | Improved TreeView output for ExprList: Show the ENAME... |
commit | commitdiff | tree |
2022-04-20 |
drh | Add a new comment to the body of lookupName(). No... |
commit | commitdiff | tree |
2022-04-19 |
drh | Merge the ALTER TABLE fix from trunk. |
commit | commitdiff | tree |
2022-04-19 |
dan | Fix a problem in ALTER TABLE with handling "table.... |
commit | commitdiff | tree |
2022-04-19 |
drh | Improved comment on the JF_LTORJ constant definition. |
commit | commitdiff | tree |
2022-04-19 |
drh | Fix a NULL-pointer dereference that can occur on an... |
commit | commitdiff | tree |
2022-04-19 |
drh | Mark an unreachable "just-in-case" branch as unreachable. |
commit | commitdiff | tree |
2022-04-19 |
drh | Add 512 new join test cases derived from PostgreSQL... |
commit | commitdiff | tree |
2022-04-19 |
drh | Remove unnecessary cases for the resolver. |
commit | commitdiff | tree |
2022-04-19 |
drh | Add the omitted "finish_test" to the end of joinA.test. |
commit | commitdiff | tree |
2022-04-19 |
drh | New test cases for RIGHT and FULL JOIN. |
commit | commitdiff | tree |
2022-04-18 |
drh | Fix the query flattener so that it does not flatten... |
commit | commitdiff | tree |
2022-04-18 |
drh | New test cases, including one that gets a different... |
commit | commitdiff | tree |
2022-04-18 |
drh | Disable the unused EU4_EXPR mode for the IdList object. |
commit | commitdiff | tree |
2022-04-18 |
drh | Even more test cases. |
commit | commitdiff | tree |
2022-04-18 |
drh | New test cases for parenthesized NATURAL FULL JOINs. |
commit | commitdiff | tree |
2022-04-18 |
drh | New test case demonstrating the ability to invoke OP_Nu... |
commit | commitdiff | tree |
2022-04-18 |
drh | Merge the btree bug-fix from trunk. |
commit | commitdiff | tree |
2022-04-18 |
drh | Ensure that left-hand side WITHOUT ROWID tables are... |
commit | commitdiff | tree |
2022-04-18 |
drh | Fix problems with WHERE clauses that follow multiple... |
commit | commitdiff | tree |
2022-04-18 |
dan | Avoid an assert() failure in allocateSpace() triggered... |
commit | commitdiff | tree |
2022-04-18 |
drh | Merge the latest fixes from trunk. |
commit | commitdiff | tree |
2022-04-18 |
drh | Improved comment field in the bytecode generated for... |
commit | commitdiff | tree |
2022-04-18 |
drh | Improved comment field in the bytecode generated for... |
commit | commitdiff | tree |
2022-04-18 |
drh | New RIGHT JOIN test cases, one of which is currently... |
commit | commitdiff | tree |
2022-04-18 |
drh | Change the row-value initialization subroutine call... |
commit | commitdiff | tree |
2022-04-18 |
drh | Do not allow an empty table bypass to jump outside... |
commit | commitdiff | tree |
2022-04-18 |
drh | Fix the sqlite3SrcListAppendList() routine so that... |
commit | commitdiff | tree |
2022-04-18 |
drh | Leave sqlite3ProcessJoin() early if an OOM is encounter... |
commit | commitdiff | tree |
2022-04-18 |
drh | Fix to the coalesce() function generation in the resolver. |
commit | commitdiff | tree |
2022-04-18 |
drh | When converting a NATURAL JOIN into a JOIN USING, make... |
commit | commitdiff | tree |
2022-04-17 |
drh | Fix to the logic that computes coalesc() functions... |
commit | commitdiff | tree |
2022-04-17 |
drh | Deal with OP_Return bypass in the RIGHT JOIN subroutine... |
commit | commitdiff | tree |
2022-04-17 |
drh | Change OP_Return such that if P3 is 1, the Return is... |
commit | commitdiff | tree |
2022-04-17 |
drh | Further improvements to USING() processing for RIGHT... |
commit | commitdiff | tree |
2022-04-16 |
drh | New test cases, one of which is failing, indicating... |
commit | commitdiff | tree |
2022-04-16 |
drh | Fix the USING to ON translation so that it works correc... |
commit | commitdiff | tree |
2022-04-16 |
drh | Since the query planner is unable to cope with a LEFT... |
commit | commitdiff | tree |
2022-04-16 |
drh | Additional SELECT trace logic: Show the tree after... |
commit | commitdiff | tree |
2022-04-16 |
larrybr | Make shell auto-column work with lots of columns when... |
commit | commitdiff | tree |
2022-04-16 |
dan | Fix a problem with "ON DELETE RESTRICT" and "ON UPDATE... |
commit | commitdiff | tree |
2022-04-16 |
drh | New test cases. One of the new test cases shows a... |
commit | commitdiff | tree |
2022-04-16 |
drh | RIGHT JOIN USING now appears to work the same as PG... |
commit | commitdiff | tree |
2022-04-15 |
drh | Revamp the USING clause processing so that it works... |
commit | commitdiff | tree |
2022-04-15 |
drh | Avoid deleting substructure of the Expr node in lookupN... right-join-using |
commit | commitdiff | tree |
2022-04-15 |
drh | Progress toward a working USING for FULL JOIN. |
commit | commitdiff | tree |
2022-04-15 |
drh | When expanding "*" in the result set of a SELECT, do... |
commit | commitdiff | tree |
2022-04-15 |
drh | The sqlite3ProcessJoin() routine converts a NATURAL... |
commit | commitdiff | tree |
2022-04-15 |
drh | Enhance the IdList object to exist in a single memory... |
commit | commitdiff | tree |
2022-04-15 |
drh | Add the "3" in the name of the sqlite3ProcessJoin(... |
commit | commitdiff | tree |
2022-04-14 |
drh | Record the three known big issues with the current... |
commit | commitdiff | tree |
2022-04-14 |
drh | Cherry pick subroutine indentation improvements and... |
commit | commitdiff | tree |
2022-04-14 |
drh | Another instance of indenting a subroutine. |
commit | commitdiff | tree |
2022-04-14 |
drh | Check for interrupts and invoke the progress handler... |
commit | commitdiff | tree |
2022-04-14 |
drh | Rerun the subroutines that compute row-values if necess... |
commit | commitdiff | tree |
2022-04-14 |
drh | Adjust the output formatting of bytecode listings so... |
commit | commitdiff | tree |
2022-04-14 |
drh | Disable autoindexing for the RIGHT JOIN loop. |
commit | commitdiff | tree |
2022-04-14 |
drh | Adjust assert() statements to account for the new alway... |
commit | commitdiff | tree |
2022-04-14 |
drh | Previous check-in accidentally inverted a test on an... right-join-fix |
commit | commitdiff | tree |
2022-04-14 |
drh | Fix assert() statements associated with artifical null... |
commit | commitdiff | tree |
2022-04-13 |
drh | Fix a harmless (false-positive) unused variable compile... |
commit | commitdiff | tree |
2022-04-13 |
drh | Make the sqlite3TreeViewSrcList() routine a no-op if... |
commit | commitdiff | tree |
2022-04-13 |
drh | Fix an assert() in OP_Column so that it accounts for... |
commit | commitdiff | tree |
2022-04-13 |
drh | If the OP_NullRow opcode is given a cursor that has... |
commit | commitdiff | tree |
2022-04-13 |
drh | Move the explain comment for the RIGHT-JOIN post-proces... |
commit | commitdiff | tree |
2022-04-13 |
drh | Add support for RIGHT and FULL OUTER JOINs. |
commit | commitdiff | tree |
next |