log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison tests/pkeyEscape.ur @ 1722:f7d9dc5d57eb
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Antiquote for PRIMARY KEY
author
Adam Chlipala <adam@chlipala.net>
date
Sat, 21 Apr 2012 15:47:02 -0400
parents
children
comparison
equal
deleted
inserted
replaced
1721:5df85275c0d4
1722:f7d9dc5d57eb
1
table t : {A : int, B : int}
2
PRIMARY KEY {{primary_key [#A] [[B = _]]}}
3
4
fun main () : transaction page =
5
queryI (SELECT * FROM t) (fn _ => return ());
6
return <xml/>