index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
expr.c
Commit message (
Expand
)
Author
Age
*
Fix a potential NULL pointer dereference following a syntax error.
drh
2015-03-22
*
Fix a problem causing collation sequence names to be dequoted multiple times ...
dan
2015-03-20
*
Propagate COLLATE operators upward through function calls and CASE operations.
drh
2015-02-09
|
\
|
*
Propagate the COLLATE operator upward through function calls.
drh
2015-02-09
|
*
Disable the query flattener for aggregate subqueries if the parent query
drh
2015-02-09
|
/
*
Rename the internal "EP_Constant" bitmask to a less misleading "EP_ConstFunc".
drh
2015-02-09
*
Fix a (almost always harmless) read past the end of a memory allocation
drh
2015-01-27
*
Fix an assert() that may fail following an OOM error.
dan
2015-01-21
*
Fix three crash problems discovered by afl-fuzz.
drh
2015-01-09
*
If a table is the right operand of a LEFT JOIN, then any column of that
drh
2014-12-04
*
Add new requirements marks associated with the file format documentation.
drh
2014-11-19
*
Do not automatically remove the DISTINCT keyword from "a IN (SELECT DISTINCT ...
dan
2014-11-14
*
Enhance the automatic index logic so that it creates a partial index when
drh
2014-10-24
*
Show the TK_DOT operator in the TreeView debugging output.
drh
2014-10-01
*
Remove the SQLITE_ENABLE_TREE_EXPLAIN compile-time option. Add alternative
drh
2014-09-30
*
Do not allow parameters in a DEFAULT clause of a CREATE TABLE statement.
drh
2014-09-24
*
Improved ".selecttrace" output.
drh
2014-09-21
*
Fix the SELECTTRACE_ENABLE macro so that it doesn't cause problems for
drh
2014-09-20
*
Simplify the way the column cache is managed around OP_Move instructions.
drh
2014-09-12
*
Fix typos in comments. No code changes.
peter.d.reid
2014-09-06
*
Avoid an unnecessary OP_Move operation for expression subqueries.
drh
2014-08-29
*
Allow CAST expressions and unary "+" operators to be used in the DEFAULT
drh
2014-08-25
*
A simpler fix for ticket [3a88d85f36704eebe1] - one that uses less code.
drh
2014-08-06
*
Ensure that aggregate functions are not used when evaluating a default
drh
2014-08-05
*
Improved VdbeCoverage() macros. A few minor simplifications to generated
drh
2014-08-05
*
Further enhancements to IN-operator processing.
drh
2014-08-04
*
Refinements to the enhanced IN-operator logic.
drh
2014-08-04
*
Enhancements to the code generator for the IN operator that result in much
drh
2014-08-02
*
A better comment on the generated code for the NULL-in-RHS-of-IN detection
drh
2014-08-01
*
Improved detection and handling of NULL values on the RHS of a IN operator.
drh
2014-08-01
*
Remove an unnecessary OP_Null in the IN-operator logic. Attempt to clarify
drh
2014-08-01
*
The idea of coding IN operator with a short list on the RHS as an OR expression
drh
2014-08-01
*
Begin making changes to the IN operator in an attempt to make it run faster
drh
2014-08-01
*
Refactoring: Change "pIndex->onError!=OE_None" to use a macro:
drh
2014-07-31
*
Omit a pointless OP_Null when processing a value-list RHS of an IN operator
drh
2014-07-31
*
Deactivate the DISTINCT in a SELECT on the right-hand side of an IN operator,
drh
2014-07-31
*
Remove a surplus function prototype. #ifdef code that is not used when
drh
2014-07-23
*
Change the hex literal processing so that only the SQL parser understands
drh
2014-07-23
*
Revise the affinity returned for expressions flagged as 'generic'. Fix for [...
mistachkin
2014-06-26
*
Remove the unused second argument from sqlite3ExprCachePop(). Add an
drh
2014-04-13
*
Merge trunk fixes for "x IN (?)" handling.
drh
2014-03-20
|
\
|
*
Remove a testcase() that is now always true due to the "x IN (?)" optimization.
drh
2014-03-20
|
*
The "x IN (?)" optimization in check-ins [2ff3b25f40] and [e68b427afb] is
drh
2014-03-20
|
*
Fix harmless compiler warnings.
drh
2014-03-20
*
|
First attempt at getting block-sort to work. This is an incremental check-in.
drh
2014-03-19
|
/
*
Add VdbeCoverage() and VdbeCoverageIf() macros for improved VDBE coverage
drh
2014-02-18
*
Improvements to "NOT IN (SELECT ...)" processing. Only test for NULL values
drh
2014-02-18
*
Add logic to do test coverage measurements on the VDBE code.
drh
2014-02-17
*
Enhance the code generator for INSERT INTO ... SELECT so that the SELECT
drh
2014-02-16
*
Use the WITH clause to help resolve names for SELECT statements on the left
drh
2014-02-09
[next]