You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Christoph Brücke (JIRA)" <ji...@apache.org> on 2014/07/16 16:53:04 UTC

[jira] [Updated] (DBUTILS-117) Error in control the use of ParameterMetaData

     [ https://issues.apache.org/jira/browse/DBUTILS-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christoph Brücke updated DBUTILS-117:
-------------------------------------

    Attachment: DBUTILS-117.patch

First patch

Wraps the {{getParameterMetaData()}} in try-catch-block and sets {{pmdKnownBroken}} accordingly.

> Error in control the use of ParameterMetaData
> ---------------------------------------------
>
>                 Key: DBUTILS-117
>                 URL: https://issues.apache.org/jira/browse/DBUTILS-117
>             Project: Commons DbUtils
>          Issue Type: Bug
>    Affects Versions: 1.5
>            Reporter: Vadim Smirnov
>            Priority: Minor
>              Labels: easyfix, newbie
>         Attachments: DBUTILS-117.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Error in fillStatement method of AbstractQueryRunner class.
> There is no try...catch statement near pmd = stmt.getParameterMetaData();
> So method fails instead of automaticallye turning pmdKnownBroken to true.



--
This message was sent by Atlassian JIRA
(v6.2#6252)