index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
resolve.c
Commit message (
Expand
)
Author
Age
...
*
Now supports result sets of the form "TABLE.*" with nested FROM clauses.
drh
2013-01-03
*
Better resolution of table and column names in joins where some of the
drh
2012-12-19
*
Resolve names in FROM-clause subqueries prior to resolving names in the
drh
2012-12-18
*
Improved error messages when column integers in an ORDER BY clause are
drh
2012-12-07
*
Fix a long-standing issue with the distinct-as-aggregate optimization that
drh
2012-12-07
*
Fix the processing of ORDER BY clauses with COLLATE terms on compound
drh
2012-12-07
*
Some errors in veryquick resolved. Many more to go.
drh
2012-12-07
*
Veryquick now row to completion without segfaulting or asserting. But there
drh
2012-12-07
*
Remove the Expr.pColl field and compute the collating sequence as it is needed.
drh
2012-12-06
*
Attempt to suppress warnings generated by Coverity.
drh
2012-10-09
*
Add test cases and fix bugs associated with the previous check-in
drh
2012-08-23
*
Further improvements to the processing of nested aggregate queries.
drh
2012-08-23
*
Convert the NameContext object from using u8 booleans to using individual
drh
2012-05-21
*
Enhance the processing of ORDER BY clauses on compound queries to better
drh
2012-04-27
*
Fix the application-defined function logic so that functions with a variable
drh
2012-04-07
*
Minor cleanups of the compound-subquery flattening logic. New test cases
drh
2011-12-10
*
Improved handling of USING and NATURAL JOIN in 3-way and higher joins.
drh
2011-10-18
*
Fix for [54844eea3f]: Do not create automatic indexes on correlated sub-queries.
dan
2011-07-08
*
Currently, if SQLite cannot find a table or index referred to by a query, it ...
dan
2010-06-28
*
Fix a typo in a comment. No changes to code.
drh
2010-04-08
*
New test cases for automatic indices. New testcase() macros associated
drh
2010-04-08
*
Log all error messages if logging is enabled.
drh
2010-02-22
*
Fix the expression comparison logic to take the COLLATE operator into account.
drh
2010-01-07
*
Add evidence marks associated with autoincrement.
drh
2010-01-01
*
Within the special new.* and old.* tables of a trigger, recognize all the
drh
2009-12-29
*
Move [7d30880114] to the trunk. Add optimizations to reduce the number of opc...
dan
2009-11-27
*
Change so that deleting an Expr structure requires only one frame per level i...
dan
2009-11-23
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
Create a new datatype "ynVar" to hold "nVar" (number of variable) values.
drh
2009-11-04
*
Fix compiler warnings on MSVC build.
shane
2009-11-03
*
When generating WHERE clause terms internally for NATURAL and USING joins, id...
dan
2009-10-19
*
Warning cleanup from the MSVC compile.
shane
2009-09-07
*
More fixes and comment updates.
dan
2009-09-01
*
More fixes for test cases.
dan
2009-08-31
*
Fix some authorization callback problems.
dan
2009-08-31
*
Changes to support recursive triggers.
dan
2009-08-28
*
Additional updates to the symbol resolver and expression tree walker to
drh
2009-06-15
*
Updates to resolve.c to facilitate full coverage testing. (CVS 6762)
drh
2009-06-15
*
Fix compiler warnings with MSVC build. (CVS 6699)
shane
2009-06-01
*
Refinements in expression handling logic that have resulted from recent
drh
2009-05-29
*
Fix a NULL pointer dereference following an OOM error in the column name
drh
2009-05-28
*
Make sure the column name resolver does not try to duplicate Expr.u.zToken
drh
2009-05-28
*
Additional refinements to Expr handling. Restore compression of trigger
drh
2009-05-28
*
Simplifications to the Expr object: Remove Expr.span completely and convert
drh
2009-05-27
*
Make sure the left-shift operator never overflows. (CVS 6605)
drh
2009-05-05
*
Record within the Token structure itself whether or not the token has
drh
2009-05-01
*
Added some asserts and a check for a null pointer dereference. (CVS 6337)
shane
2009-03-05
*
Fix a bug in the GROUP BY alias name resolution. The bug was by
drh
2009-03-02
*
Reverse commit (6315) for now. (CVS 6317)
danielk1977
2009-02-24
*
Scan an index instead of a table for "SELECT count(*) FROM <tbl>" queries. Be...
danielk1977
2009-02-23
[prev]
[next]