view tests/t_t.ur @ 1765:be114e170b77

Vector fonts in manual
author Vladimir Shabanov <vshabanoff@gmail.com>
date Thu, 17 May 2012 03:22:34 +0400
parents 8fce85939259
children
line wrap: on
line source
table t : {A : int, B : string}

task initialize = fn () => dml (UPDATE t SET A = A + 1 WHERE TRUE);
                     dml (UPDATE t SET B = 'q' WHERE TRUE)