Mercurial > urweb
view tests/sqlurl.ur @ 2130:e8863d9f8c59
New mouse events oncontextmenu, onmouseenter, and onmouseleave.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Tue, 07 Apr 2015 14:18:53 -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/"]}))