diff options
author | drh <drh@noemail.net> | 2005-08-12 22:58:53 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2005-08-12 22:58:53 +0000 |
commit | bb7ac00bf07d1829b9fe47b189bc8a763a719c42 (patch) | |
tree | 0b24bbb556d4f16c36efd35855e1ab00e84292f3 /test/trigger1.test | |
parent | d2687b77317721f6e2844abd8046aed492d40469 (diff) | |
download | sqlite-bb7ac00bf07d1829b9fe47b189bc8a763a719c42.tar.gz sqlite-bb7ac00bf07d1829b9fe47b189bc8a763a719c42.zip |
Improved error message when a #NNN parameter appears on user input.
Additional coverage testing. (CVS 2582)
FossilOrigin-Name: 3c00f5982ae61dfcd26c33ccdb81736628dbfce5
Diffstat (limited to 'test/trigger1.test')
-rw-r--r-- | test/trigger1.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/trigger1.test b/test/trigger1.test index 3864db100..8e63cd4d1 100644 --- a/test/trigger1.test +++ b/test/trigger1.test @@ -589,4 +589,9 @@ ifcapable tempdb { } {main 21 22 23 temp 24 25 26 aux 27 28 29} } +do_test trigger1-11.1 { + catchsql {SELECT raise(abort,'message');} +} {1 {RAISE() may only be used within a trigger-program}} + + finish_test |