Mercurial > urweb
view tests/sqlurl.ur @ 2150:763ccca119bc
location literal _LOC_
author | Gabriel Riba Faura <griba2001@gmail.com> |
---|---|
date | Wed, 03 Jun 2015 08:34:23 +0200 |
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/"]}))