comparison tests/sqlurl.ur @ 2211:ef766ef6e242

Merge.
author Ziv Scully <ziv@mit.edu>
date Sat, 13 Sep 2014 19:16:07 -0400
parents dfa35ca83d92
children
comparison
equal deleted inserted replaced
2210:69c0f36255cb 2211:ef766ef6e242
1 table t : { Url : url }
2
3 task initialize = fn () =>
4 dml (INSERT INTO t (Url) VALUES ({[bless "http://www.google.com/"]}))