Mercurial > urweb
view tests/pkey.ur @ 1327:1cc67fdac4d3
New argument to transactional free functions, to specify whether we are about to retry
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 04 Dec 2010 11:15:20 -0500 |
parents | d8217b4cb617 |
children |
line wrap: on
line source
table t : {A : int, B : int} PRIMARY KEY (A, B) fun main () : transaction page = queryI (SELECT * FROM t) (fn _ => return ()); return <xml/>