Mercurial > urweb
view tests/aborter.ur @ 2293:8be54d7bd06e
Trivial change to benchmark.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Wed, 18 Nov 2015 14:48:24 -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>)