diff options
author | drh <drh@noemail.net> | 2009-05-28 01:00:55 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2009-05-28 01:00:55 +0000 |
commit | 33e619fc1c938c1cee5f390671f12d70ffb203dd (patch) | |
tree | 154221bcd11ffa6405e6fa5b5b396f141fe63a67 /test/attach.test | |
parent | b7916a78ff7708161b6e2de54af5aea85a07c543 (diff) | |
download | sqlite-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 'test/attach.test')
-rw-r--r-- | test/attach.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/attach.test b/test/attach.test index 8c4552687..8dda7f2a8 100644 --- a/test/attach.test +++ b/test/attach.test @@ -12,7 +12,7 @@ # focus of this script is testing the ATTACH and DETACH commands # and related functionality. # -# $Id: attach.test,v 1.50 2009/05/27 10:31:30 drh Exp $ +# $Id: attach.test,v 1.51 2009/05/28 01:00:56 drh Exp $ # set testdir [file dirname $argv0] |