view tests/badRpc.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 78e0d56b594e
children
line wrap: on
line source
fun zero () = return 0

fun main () : transaction page =
    z <- rpc (zero ());
    return <xml>{[z]}</xml>