summaryrefslogtreecommitdiff
path: root/tests/emptyUpdate.ur
blob: 0402d78adf1ba114872d9461f31ee7c13b40e086 (plain)
1
2
3
4
5
6
table a : { B : int }

fun main () : transaction page =
    dml (update [[]] {} a (WHERE TRUE));
    return <xml></xml>