Mercurial > urweb
view tests/pkeyEscape.ur @ 1929:f792a6544093
Add show instance for 'id' type
author | Sergey Mironov <grrwlf@gmail.com> |
---|---|
date | Mon, 07 Oct 2013 14:08:10 +0400 |
parents | f7d9dc5d57eb |
children |
line wrap: on
line source
table t : {A : int, B : int} PRIMARY KEY {{primary_key [#A] [[B = _]]}} fun main () : transaction page = queryI (SELECT * FROM t) (fn _ => return ()); return <xml/>