GitHub user Jashchahal opened a pull request: https://github.com/apache/incubator-eagle/pull/136
Eagle-213 Updates fail for MySql There was a check based on the exception message, which was not correct for MySql. Changed it to more generic, comparing with "duplicate", it will handle more broader range now. Will re-visit this when I start testing with Postgres (later). You can merge this pull request into a Git repository by running: $ git pull https://github.com/Jashchahal/incubator-eagle master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-eagle/pull/136.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 #136 ---- commit 002088db65194e6cafc2b637d7aaef89708f4225 Author: Jaspaul <jashcha...@gmail.com> Date: 2016-04-06T00:32:26Z EAGLE-213 Updates fail for MySql There was a check based on the exception message, which was not correct for MySql. Changed it to more generic, comparing with "duplicate", it will handle more broader range now. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---