aboutsummaryrefslogtreecommitdiff
path: root/src/resolve.c
Commit message (Collapse)AuthorAge
* Modifications to avoid unsigned/signed comparisons in various files. (CVS 5914)danielk19772008-11-17
| | | FossilOrigin-Name: 8009220c36635dd9b6efea7dc13281ca9625c40a
* When a name in double quotes falls back to being a string literal,drh2008-10-19
| | | | | make sure it has no affinity. Ticket #3442. (CVS 5832) FossilOrigin-Name: 81cfee5c14f241f5ae7f607d73b0b5cb821cda24
* Fix a memory leak on ORDER BY of a compound select caused by the resolverdrh2008-10-11
| | | | | on a flattened query. Also fix a OOM segfault in WHERE clause processing. (CVS 5801) FossilOrigin-Name: d2c252d6bbde4ae14da6c9e6c2683d763d11c59f
* Updated LIMIT support for DELETE/UPDATE. Omit option changed to ↵shane2008-10-10
| | | | | SQLITE_ENABLE_UPDATE_DELETE_LIMIT. (CVS 5788) FossilOrigin-Name: c10e8a3c7ab7f21c95f24d0aba590f5b18a4b028
* Fix a typo in check-in (5769) (CVS 5770)drh2008-10-06
| | | FossilOrigin-Name: 24891902fa625445aa47ae930f0cb340cc73d25d
* Expression nodes of type TK_ROW mean the rowid of the first table in thedrh2008-10-06
| | | | | source list. (CVS 5769) FossilOrigin-Name: 2f7db6c98f17e0b7110258093c283091a91d4e4f
* Avoid reevaluating WHERE and ORDER BY expressions that alias terms in thedrh2008-08-29
| | | | | | result set. Ticket #3343. Note that aliased GROUP BY expressions are still evaluated twice. (CVS 5637) FossilOrigin-Name: ab0292caa5887cc1bdc0e8c9d3f3502b83975440
* Fix bug in the premutation testing that was causing many permutations fromdrh2008-08-25
| | | | | begin skipped. There are now 16 errors reported by the permutation test. (CVS 5610) FossilOrigin-Name: 4ad096bda1fc5c7b66f71ff5b32a4085c9a40574
* Additional coverage testing in the new name resolver module. (CVS 5608)drh2008-08-25
| | | FossilOrigin-Name: 0d61960afd35721d6d07acd75288c20d2cd6fda1
* Remove dead code. (CVS 5601)drh2008-08-22
| | | FossilOrigin-Name: 6de9c084fc533fbb22af6a4cd3e4e9a461b13876
* Refactor the name resolution procedures in the code generator. (CVS 5569)drh2008-08-20
FossilOrigin-Name: daf730d1defa78fb8b80a78f9108ac35a13e09f6