[jira] Reopened: (DERBY-989) unit/daemonService.unit fails intermittently: 'ran out of time'

2006-10-14 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-989?page=all ] Knut Anders Hatlen reopened DERBY-989: -- unit/daemonService.unit fails intermittently: 'ran out of time' ---

[jira] Closed: (DERBY-989) unit/daemonService.unit fails intermittently: 'ran out of time'

2006-10-14 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-989?page=all ] Knut Anders Hatlen closed DERBY-989. Fix Version/s: 10.1.3.2 Resolution: Fixed Patch merged cleanly from trunk. Test passes. Committed into 10.1 with revision 463899.

[jira] Updated: (DERBY-1942) There exists difference between behavior of setNull(Types.TIME) and setTiime(null).

2006-10-14 Thread Tomohito Nakayama (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1942?page=all ] Tomohito Nakayama updated DERBY-1942: - Attachment: DERBY-1942.patch * Description of the patch * Make it impossible to assign TIME type value to TIMESTAMP variable in order to

[jira] Commented: (DERBY-1689) Remove Upgrade_10_1_10_2 test from 10.3 and add new upgrade tests for 10.3

2006-10-14 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1689?page=comments#action_12442302 ] Bryan Pendleton commented on DERBY-1689: Deepa, does this issue need to be addressed prior to committing any new trunk changes which include update

[jira] Commented: (DERBY-630) create trigger fails with null pointer exception

2006-10-14 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-630?page=comments#action_12442304 ] Bryan Pendleton commented on DERBY-630: --- Hi Yip, thanks very much for adding the upgrade test. It looks great, and it passes fine in my environment.

[jira] Subscription: Derby: JIRA issues with patch available

2006-10-14 Thread jira
Issue Subscription Filter: Derby: JIRA issues with patch available (15 issues) Subscriber: derby-dev Key Summary DERBY-630 create trigger fails with null pointer exception http://issues.apache.org/jira/browse/DERBY-630 DERBY-183 Parameter names required in CREATE FUNCTION

Regression Test Report - 463721 - Sun DBTG

2006-10-14 Thread Henri . Vandescheur
[Auto-generated mail] ** 463721/2006-10-13 18:00:07 MEST ** Failed TestsOK Skip Duration Platform --- *Jvm: 1.6* 0687687 0 106.19% lin NA NA NANA sol 0687687 0

[jira] Commented: (DERBY-183) Parameter names required in CREATE FUNCTION

2006-10-14 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-183?page=comments#action_12442313 ] Bryan Pendleton commented on DERBY-183: --- I believe that RoutineAliasInfo.getParameterNames()[n] will return the empty string. It's a bit hard to figure this

[jira] Resolved: (DERBY-183) Parameter names required in CREATE FUNCTION

2006-10-14 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-183?page=all ] Bryan Pendleton resolved DERBY-183. --- Fix Version/s: 10.3.0.0 Resolution: Fixed Derby Info: (was: [Patch Available]) Committed Derby183.patch3.txt, plus a comment-only change

Doc update didn't make it to web site?

2006-10-14 Thread Bryan Pendleton
I submitted a change to fix DERBY-1926 a few days ago; the change updated ./src/ref/rrefsqlj81859.dita to add information about ALTER TABLE DROP COLUMN. I was hoping to see the change reflected at http://db.apache.org/derby/docs/dev/ref/rrefsqlj81859.html but that page still seems to be showing

[jira] Reopened: (DERBY-183) Parameter names required in CREATE FUNCTION

2006-10-14 Thread James F. Adams (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-183?page=all ] James F. Adams reopened DERBY-183: -- I found through some additional testing that the previous patch has a problem for some parameter types. I have a re-worked patch that I will

[jira] Updated: (DERBY-183) Parameter names required in CREATE FUNCTION

2006-10-14 Thread James F. Adams (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-183?page=all ] James F. Adams updated DERBY-183: - Attachment: Derby183.patch4.txt The lookahead in the grammar of my previous patches did not work for some parameter types. I have reworked the lookahead to

Re: Doc update didn't make it to web site?

2006-10-14 Thread Jean T. Anderson
Bryan Pendleton wrote: I submitted a change to fix DERBY-1926 a few days ago; the change updated ./src/ref/rrefsqlj81859.dita to add information about ALTER TABLE DROP COLUMN. I was hoping to see the change reflected at http://db.apache.org/derby/docs/dev/ref/rrefsqlj81859.html but that

[jira] Resolved: (DERBY-183) Parameter names required in CREATE FUNCTION

2006-10-14 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-183?page=all ] Bryan Pendleton resolved DERBY-183. --- Resolution: Fixed Thanks for doing the additional testing, James, and for the updated patch. I verified that the new test cases fail without your change

[jira] Commented: (DERBY-630) create trigger fails with null pointer exception

2006-10-14 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-630?page=comments#action_12442368 ] Yip Ng commented on DERBY-630: -- Hi Bryan. Thanks for your continous review of the patches. If DERBY-1689 is still using the same upgrade test infrastructure, then