log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
annotate tests/aborter.ur @ 424:b10132434adc
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Transactions seem to be working
author
Adam Chlipala <adamc@hcoop.net>
date
Fri, 24 Oct 2008 16:47:18 -0400
parents
children
rev
line source
adamc@424
1
table t : {A : int}
adamc@424
2
adamc@424
3
fun main () : transaction page =
adamc@424
4
() <- dml (INSERT INTO t (A) VALUES (0));
adamc@424
5
return (error <xml>No way, Jose!</xml>)