--- /dev/null Thu Jan 01 00:00:00 1970 +0000+++ b/tests/showSql.ur Wed Aug 22 08:46:32 2012 -0400@@ -0,0 +1,5 @@+table t : { A : int }++fun main () : transaction page = return <xml><body>+ {[(SELECT t.A FROM t ORDER BY t.A DESC) : sql_query [] [] _ _]}+</body></xml>