view tests/showSql.ur @ 2179:4f4ae5c92434

New release
author Adam Chlipala <adam@chlipala.net>
date Sun, 18 Oct 2015 10:34:24 -0400
parents b8558b613abd
children
line wrap: on
line source
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>