Mercurial > urweb
view tests/user.ur @ 1650:1bfd793e7eb8
Add dynamic content before running its scripts, to get IDs in scope; fix generation of Postgres queries with blobs
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 29 Dec 2011 16:08:34 -0500 |
parents | d1dbb9a3c804 |
children |
line wrap: on
line source
table user : {A : int} fun main () = r <- oneRow (SELECT COUNT( * ) AS N FROM user); return <xml>{[r.N]}</xml>