Mercurial > urweb
view tests/pkeyEscape.ur @ 2133:e722bcc42eab
Fix missing SQL name-mangling in table initialization
author | Istvan Chung <istvan@vivatropolis.org> |
---|---|
date | Thu, 23 Apr 2015 16:37:15 -0400 |
parents | f7d9dc5d57eb |
children |
line wrap: on
line source
table t : {A : int, B : int} PRIMARY KEY {{primary_key [#A] [[B = _]]}} fun main () : transaction page = queryI (SELECT * FROM t) (fn _ => return ()); return <xml/>