[
https://issues.apache.org/jira/browse/DBUTILS-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14165529#comment-14165529
]
Aleksei Kovura commented on DBUTILS-120:
----------------------------------------
Hello [~britter], thanks for comments.
In the same order:
* Fixed - see new dbutilsQueryLoader_3.diff (passes the tests);
* Because I have about 30 statements in my project and I did not generalize it
:) What would be a good number?
* It looked suitable - we are detecting a mismatch in input. Other than that -
no reason, I personally don't care;
* Fixed - see new dbutilsQueryLoader_3.diff;
* Fixed - see new dbutilsQueryLoader_3.diff.
> 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, dbutilsQueryLoader_2.diff,
> dbutilsQueryLoader_3.diff
>
>
> See comments for proposed formats.
> Initially it was this:
> ---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)