You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "wujinhu (JIRA)" <ji...@apache.org> on 2016/10/29 15:22:58 UTC

[jira] [Closed] (EAGLE-702) fix JdbcDatabaseHandler select sql error

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

wujinhu closed EAGLE-702.
-------------------------
    Resolution: Fixed

> fix JdbcDatabaseHandler select sql error
> ----------------------------------------
>
>                 Key: EAGLE-702
>                 URL: https://issues.apache.org/jira/browse/EAGLE-702
>             Project: Eagle
>          Issue Type: Bug
>    Affects Versions: v0.5.0
>            Reporter: wujinhu
>            Assignee: wujinhu
>             Fix For: v0.5.0
>
>
>     private static final String QUERY_CONDITION_STATEMENT = "SELECT value FROM %s WHERE id=%s";
> should be 
>     private static final String QUERY_CONDITION_STATEMENT = "SELECT value FROM %s WHERE id='%s'";



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)