log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
annotate tests/sqlurl.ur @ 2029:dfa35ca83d92
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
'sql_injectable_prim' instance for 'url'
author
Adam Chlipala <adam@chlipala.net>
date
Sun, 15 Jun 2014 10:48:53 -0400
parents
children
rev
line source
adam@2029
1
table t : { Url : url }
adam@2029
2
adam@2029
3
task initialize = fn () =>
adam@2029
4
dml (INSERT INTO t (Url) VALUES ({[bless "http://www.google.com/"]}))