view tests/sqlurl.ur @ 2128:248e2b32954b

Fix dynClass JavaScript reversion
author Adam Chlipala <adam@chlipala.net>
date Sun, 08 Mar 2015 11:05:54 -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/"]}))