view tests/sqlurl.ur @ 2303:42079884e34a

Add read locks around time read in store.
author Ziv Scully <ziv@mit.edu>
date Fri, 20 Nov 2015 11:51:14 -0500
parents dfa35ca83d92
children
line wrap: on
line source
table t : { Url : url }

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