wujinhu created EAGLE-702:
-----------------------------

             Summary: fix JdbcDatabaseHandler insert 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)

Reply via email to