[jira] Commented: (DERBY-1554) IDENTITY_VAL_LOCAL() returned value is modified incorrectly by a multi-row INSERT statement.

2006-08-07 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1554?page=comments#action_12426239 ] Rick Hillegas commented on DERBY-1554: -- Thanks, Yip. The edits look good to me. As a sanity check, I'm running derbyall on my linux machine. Will commit if

[jira] Commented: (DERBY-1554) IDENTITY_VAL_LOCAL() returned value is modified incorrectly by a multi-row INSERT statement.

2006-08-07 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1554?page=comments#action_12426282 ] Rick Hillegas commented on DERBY-1554: -- Committed derby1554trunkdiff02.txt at subversion revision 429425. As Yip says, derbyall only shows the expected diffs

[jira] Commented: (DERBY-1554) IDENTITY_VAL_LOCAL() returned value is modified incorrectly by a multi-row INSERT statement.

2006-08-05 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1554?page=comments#action_12425941 ] Yip Ng commented on DERBY-1554: --- Running derbyall now, will post the result tomorrow... IDENTITY_VAL_LOCAL() returned value is modified incorrectly by a multi-row

[jira] Commented: (DERBY-1554) IDENTITY_VAL_LOCAL() returned value is modified incorrectly by a multi-row INSERT statement.

2006-08-05 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1554?page=comments#action_12425982 ] Yip Ng commented on DERBY-1554: --- derbyall passes except for the following tests which are known issues.

[jira] Commented: (DERBY-1554) IDENTITY_VAL_LOCAL() returned value is modified incorrectly by a multi-row INSERT statement.

2006-08-03 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1554?page=comments#action_12425615 ] Yip Ng commented on DERBY-1554: --- Hi Narayanan I looked at the attached patch. It is returning the wrong result in the following case: It should be null. ij

[jira] Commented: (DERBY-1554) IDENTITY_VAL_LOCAL() returned value is modified incorrectly by a multi-row INSERT statement.

2006-08-03 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1554?page=comments#action_12425618 ] Yip Ng commented on DERBY-1554: --- Hi Narayanan It is failing in this case also, the result should be null. I think the rowCount comparison cannot be used to

[jira] Commented: (DERBY-1554) IDENTITY_VAL_LOCAL() returned value is modified incorrectly by a multi-row INSERT statement.

2006-07-20 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1554?page=comments#action_12422492 ] Daniel John Debrunner commented on DERBY-1554: -- The comment by Kathey in DERBY-353 alerted me to this regression, thanks Kathey for noticing the