Mercurial > urweb
view tests/aborter.ur @ 2283:4afaab523213
Initialize invalidation to NULL!
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Thu, 12 Nov 2015 10:06:07 -0500 |
parents | b10132434adc |
children |
line wrap: on
line source
table t : {A : int} fun main () : transaction page = () <- dml (INSERT INTO t (A) VALUES (0)); return (error <xml>No way, Jose!</xml>)