Re: [jira] [Updated] (DERBY-6783) WHEN clause in CREATE TRIGGER for UPDATE is not working for the sql script below

2015-06-26 Thread Bryan Pendleton
The changes you suggested fixes the Derby5578 test. I've changed the return type of examineTriggerNode to int[] and I've run quite a few test suites without encountering any bugs. Wonderful! The problem that I was facing while running the tests suites was because of the junit-html in the

[jira] [Updated] (DERBY-6783) WHEN clause in CREATE TRIGGER for UPDATE is not working for the sql script below

2015-06-26 Thread Abhinav Gupta (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhinav Gupta updated DERBY-6783: - Attachment: workingPatch.patch WHEN clause in CREATE TRIGGER for UPDATE is not working for the

Re: [jira] [Updated] (DERBY-6783) WHEN clause in CREATE TRIGGER for UPDATE is not working for the sql script below

2015-06-26 Thread Abhinav Gupta
Hi Bryan, The changes you suggested fixes the Derby5578 test. I've changed the return type of examineTriggerNode to int[] and I've run quite a few test suites without encountering any bugs. The problem that I was facing while running the tests suites was because of the junit-html in the command