[
https://issues.apache.org/jira/browse/DBUTILS-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14169927#comment-14169927
]
Aleksei Kovura commented on DBUTILS-120:
----------------------------------------
Pls see 4th patch.
I've read that stepping outside UTF usually opens a whole can of encoding
worms, so I'm not sure I have enough time to tackle that right now and whether
it is worth it. I added a comment to Javadoc about UTF restriction.
I added exception tests, but junit (mvn?) ignores them, not sure what is that
about.
> 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, dbutilsQueryLoader_4.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)