# HG changeset patch # User iuc # Date 1694607342 0 # Node ID 3a6b78c39dcac2e8f3b33ef723d6c6114e4856cc # Parent cf34c344508d00267585fad3590302d6d2bc9e3d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/query_tabular commit eb95b169fd23c0c5d75abd6e54042d2c9a882539 diff -r cf34c344508d -r 3a6b78c39dca macros.xml --- a/macros.xml Thu Aug 19 19:40:53 2021 +0000 +++ b/macros.xml Wed Sep 13 12:15:42 2023 +0000 @@ -128,7 +128,7 @@ By default: tables are named: t1,t2,...,tn and columns in each table: c1,c2,...,cn - ^(?ims)\s*select\s+.*\s+from\s+.*$ + (?ims)^\s*select\s+.*\s+from\s+.*$ diff -r cf34c344508d -r 3a6b78c39dca query_tabular.xml --- a/query_tabular.xml Thu Aug 19 19:40:53 2021 +0000 +++ b/query_tabular.xml Wed Sep 13 12:15:42 2023 +0000 @@ -1,4 +1,4 @@ - + using sqlite sql