annotate tests/showSql.ur @ 2237:e79ef5792c8b

Fix bug in redundancy checking and use finer formula for UPDATE statements.
author Ziv Scully <ziv@mit.edu>
date Sun, 05 Jul 2015 23:57:28 -0700
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>