[
https://issues.apache.org/jira/browse/DBUTILS-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14130466#comment-14130466
]
Sebb commented on DBUTILS-120:
------------------------------
It would be quite easy to accidentally use triple dashes.
And triple dashes are valid as normal comments.
It's vital to choose a syntax that is very unlikely to be present in an
existing file comment.
Otherwise it may break existing usages.
One cannot guarantee that no-one has used "-- Query:name" as an existing
comment, but:
- it is less likely than the original syntax
- it's much easier to scan the file looking for the "-- Query:" prefix, both
visually and using file search
- the syntax can be extended if necessary.
> Add loading from SQL file to QueryLoader
> ----------------------------------------
>
> Key: DBUTILS-120
> URL: https://issues.apache.org/jira/browse/DBUTILS-120
> Project: Commons DbUtils
> Issue Type: Improvement
> Reporter: Aleksei Kovura
> Labels: patch
> Attachments: dbutilsQueryLoader.diff
>
>
> I propose sql file in the following format:
> ---queryName1:
> SELECT * FROM "APP"."TABLE1";
> ---queryName2:
> SELECT column1, column2 FROM "APP"."TABLE2" WHERE column1=?;
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)