summaryrefslogtreecommitdiff
path: root/tests/sqlurl.ur
blob: cdd51ca885d8d859accc548afb97e10e21e189c8 (plain)
1
2
3
4
table t : { Url : url }

task initialize = fn () =>
     dml (INSERT INTO t (Url) VALUES ({[bless "http://www.google.com/"]}))