annotate tests/showSql.ur @ 2262:34ad83d9b729

Fix recording bugs to do with nesting and buffer reallocation. Stop MonoFooify printing spurious errors.
author Ziv Scully <ziv@mit.edu>
date Wed, 07 Oct 2015 08:58:08 -0400
parents b8558b613abd
children
rev   line source
adam@1810 1 table t : { A : int }
adam@1810 2
adam@1810 3 fun main () : transaction page = return <xml><body>
adam@1810 4 {[(SELECT t.A FROM t ORDER BY t.A DESC) : sql_query [] [] _ _]}
adam@1810 5 </body></xml>