view tests/sqlurl.ur @ 2036:16e4e50470b2

New release
author Adam Chlipala <adam@chlipala.net>
date Fri, 04 Jul 2014 09:30:30 -0400
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/"]}))