view tests/showSql.ur @ 1862:a3d795fbecb9

Add 'rel' attribute to <a>
author Adam Chlipala <adam@chlipala.net>
date Fri, 09 Aug 2013 16:13:44 -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>