[
https://issues.apache.org/jira/browse/EAGLE-702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15618264#comment-15618264
]
ASF GitHub Bot commented on EAGLE-702:
--------------------------------------
GitHub user wujinhu opened a pull request:
https://github.com/apache/incubator-eagle/pull/583
[EAGLE-702] fix Alert Engine JdbcDatabaseHandler insert sql bug
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wujinhu/incubator-eagle EAGLE-702
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-eagle/pull/583.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #583
----
commit 16a24720059fb522aedc001d62f2ffa25e5479cc
Author: wujinhu <[email protected]>
Date: 2016-10-29T15:13:14Z
fix JdbcDatabaseHandler insert sql error
----
> 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)