Mercurial > urweb
view tests/pkey.ur @ 1334:a1aa62b472cf
Change Basis.debug to use the protocol's debug function
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 12 Dec 2010 10:35:04 -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/>