Mercurial > repos > jjohnson > sqlite_to_tabular
changeset 1:1819a06a01eb draft
Uploaded
author | jjohnson |
---|---|
date | Sun, 04 Oct 2015 09:50:54 -0400 |
parents | 30a37dd92ccd |
children | bc50a7b7f246 |
files | sqlite_to_tabular.xml |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/sqlite_to_tabular.xml Sat Oct 03 09:13:55 2015 -0400 +++ b/sqlite_to_tabular.xml Sun Oct 04 09:50:54 2015 -0400 @@ -15,6 +15,7 @@ <param name="sqlitedb" type="data" format="sqlite" label="SQLite Database"/> <param name="sqlquery" type="text" area="True" size="120x20" label="SQL query"> <validator type="regex">^(?im)\s*SELECT\s.*\sFROM\s.*$</validator> + <sanitizer sanitize="False"/> </param> <param name="no_header" type="boolean" truevalue="-n" falsevalue="" checked="False" label="Omit column headers"/> </inputs>