aboutsummaryrefslogtreecommitdiff
path: root/src/parse.y
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2009-05-28 01:00:55 +0000
committerdrh <drh@noemail.net>2009-05-28 01:00:55 +0000
commit33e619fc1c938c1cee5f390671f12d70ffb203dd (patch)
tree154221bcd11ffa6405e6fa5b5b396f141fe63a67 /src/parse.y
parentb7916a78ff7708161b6e2de54af5aea85a07c543 (diff)
downloadsqlite-33e619fc1c938c1cee5f390671f12d70ffb203dd.tar.gz
sqlite-33e619fc1c938c1cee5f390671f12d70ffb203dd.zip
Additional refinements to Expr handling. Restore compression of trigger
expressions. Change Expr.zToken to Expr.u.zToken and added Expr.u.iValue. Remove an unnecessary ExprDup from CHECK constraint processing. And so forth. (CVS 6682) FossilOrigin-Name: 4ac2bdfbb4230b6ceaae87e738fa61036bbe03cb
Diffstat (limited to 'src/parse.y')
-rw-r--r--src/parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.y b/src/parse.y
index 848ebaebc..d30f89f26 100644
--- a/src/parse.y
+++ b/src/parse.y
@@ -14,7 +14,7 @@
** the parser. Lemon will also generate a header file containing
** numeric codes for all of the tokens.
**
-** @(#) $Id: parse.y,v 1.277 2009/05/27 10:31:29 drh Exp $
+** @(#) $Id: parse.y,v 1.278 2009/05/28 01:00:55 drh Exp $
*/
// All token codes are small integers with #defines that begin with "TK_"