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
...
*
Changes to reduce the heap space consumed by triggers, views and tables in th...
danielk1977
2009-02-19
*
Never use strlen(). Use our own internal sqlite3Strlen30() which is
drh
2008-12-10
*
More explicit type casting to silence VC++. (CVS 6006)
drh
2008-12-10
*
Finish incomplete edit of resolve.c from check-in (5998). (CVS 6000)
drh
2008-12-09
*
A subquery in the result set of a SELECT should be able to look into outer
drh
2008-12-09
*
Modifications to avoid unsigned/signed comparisons in various files. (CVS 5914)
danielk1977
2008-11-17
*
When a name in double quotes falls back to being a string literal,
drh
2008-10-19
*
Fix a memory leak on ORDER BY of a compound select caused by the resolver
drh
2008-10-11
*
Updated LIMIT support for DELETE/UPDATE. Omit option changed to SQLITE_ENABL...
shane
2008-10-10
*
Fix a typo in check-in (5769) (CVS 5770)
drh
2008-10-06
*
Expression nodes of type TK_ROW mean the rowid of the first table in the
drh
2008-10-06
*
Avoid reevaluating WHERE and ORDER BY expressions that alias terms in the
drh
2008-08-29
*
Fix bug in the premutation testing that was causing many permutations from
drh
2008-08-25
*
Additional coverage testing in the new name resolver module. (CVS 5608)
drh
2008-08-25
*
Remove dead code. (CVS 5601)
drh
2008-08-22
*
Refactor the name resolution procedures in the code generator. (CVS 5569)
drh
2008-08-20
[prev]