log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison 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
comparison
equal
deleted
inserted
replaced
2028:485570cb3b6e
2029:dfa35ca83d92
1
table t : { Url : url }
2
3
task initialize = fn () =>
4
dml (INSERT INTO t (Url) VALUES ({[bless "http://www.google.com/"]}))