Mercurial > urweb
view tests/aborter.ur @ 1484:ae7547789c73
Fix flift.
author | Karn Kallio <kkallio@eka> |
---|---|
date | Sat, 02 Jul 2011 20:49:58 -0430 |
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>)