Mercurial > urweb
view tests/user.ur @ 1871:c3119c263bd3
Add -ccompiler command line argument
This allows user to overwrite the compiler set during the configure phase
author | Sergey Mironov <grrwlf@gmail.com> |
---|---|
date | Tue, 20 Aug 2013 17:13:50 +0400 |
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>