[jira] Updated: (DERBY-396) Support for ALTER STATEMENT to DROP , MODIFY, RENAME a COLUMN

2006-07-04 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-396?page=all ] Bryan Pendleton updated DERBY-396: -- Attachment: dropColumn_1.diff Attached file 'dropColumn_1.diff' is a first attempt at providing support for ALTER TABLE DROP COLUMN This patch contains

Re: checkout out 10.2 source

2006-07-04 Thread Kristian Waagan
Sanket Sharma wrote: > Checked out trunk.. > > build fails with the following message : > > compile_iapi_jdbc_jsr169: >[javac] Compiling 7 source files to C:\soc\derby\classes >[javac] > C:\soc\derby\java\engine\org\apache\derby\impl\jdbc\EmbedConnection. > java:91: org.apache.derby.impl.

Regression Test Failure! - TinderBox_Derby 419056 - Sun DBTG

2006-07-04 Thread Ole . Solberg
[Auto-generated mail] *TinderBox_Derby* 419056/2006-07-04 19:53:25 CEST *derbyall* Failed TestsOK Skip Duration Platform --- *Jvm: 1.5* 1675674 2 125.83% SunOS-5.10_i86pc-i386 Details in http://www.mult

Re: checkout out 10.2 source

2006-07-04 Thread Sanket Sharma
Checked out trunk.. build fails with the following message : compile_iapi_jdbc_jsr169: [javac] Compiling 7 source files to C:\soc\derby\classes [javac] C:\soc\derby\java\engine\org\apache\derby\impl\jdbc\EmbedConnection. java:91: org.apache.derby.impl.jdbc.EmbedConnection is not abstract a

Re: [jira] Commented: (DERBY-1393) PreparedStatement.setObject(Object,int,int) should throw for unsupported types

2006-07-04 Thread Bryan Pendleton
Instead of making a copy of the interface, I let it the new interface extend the original one. Yes, I see; that is a good technique. Thanks for the explanations. bryan

Re: checkout out 10.2 source

2006-07-04 Thread Jean T. Anderson
Sanket Sharma wrote: > Is there a way I can check out 10.2 source? Are there any zip/tars > available on the site? > > Is the trunk same as 10.2 source? Currently the 10.2 codeline is the trunk, but that is due to change in August when 10.2 release activities start up. More info about 10.2 relea

checkout out 10.2 source

2006-07-04 Thread Sanket Sharma
Is there a way I can check out 10.2 source? Are there any zip/tars available on the site? Is the trunk same as 10.2 source? Best Regards, Sanket

[jira] Commented: (DERBY-1393) PreparedStatement.setObject(Object,int,int) should throw for unsupported types

2006-07-04 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1393?page=comments#action_12419166 ] Knut Anders Hatlen commented on DERBY-1393: --- Hi Bryan, 1) The name of the test, (that is, the argument to org.apache.derbyTesting.functionTests.harness.RunTest) is

Re: Debug code in the tar.gz files for 10.1.3.1?

2006-07-04 Thread Andrew McIntyre
On 7/4/06, Knut Anders Hatlen <[EMAIL PROTECTED]> wrote: I was re-reading a log file from my testing of the second release candidate when I discovered that the stack traces had line numbers. I then looked at the size of derby.jar in some of the files at http://people.apache.org/~fuzzylogic/10.1.

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

2006-07-04 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-989?page=comments#action_12419163 ] Knut Anders Hatlen commented on DERBY-989: -- Thank you Andreas and Bryan for reviewing the patch. Bryan wrote: > 1) I don't really see why unsubscribe needs to block i

[jira] Commented: (DERBY-1393) PreparedStatement.setObject(Object,int,int) should throw for unsupported types

2006-07-04 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1393?page=comments#action_12419159 ] Bryan Pendleton commented on DERBY-1393: Hi Knut Anders, two questions from reading the patch: 1) is it JDBC40TranslationTest.java or JDBC40TranslationTest.junit? Part

[jira] Commented: (DERBY-496) unit test 'org.apache.derbyTesting.unitTests.services.T_Diagnosticable' was failed

2006-07-04 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-496?page=comments#action_12419150 ] Knut Anders Hatlen commented on DERBY-496: -- I believe this failure has not occurred on trunk after the check-in of DERBY-496_2_addition.patch (revision 278581). If no o

Re: [jira] Commented: (DERBY-1471) Implement layer B streaming for new methods defined in JDBC4.0

2006-07-04 Thread Bryan Pendleton
> Kristian Waagan commented on DERBY-1471: > > > The approach is to exhaust the application stream and copy it into > memory to determine the length. If the data is too big to fit in memory, > the client will fail with an out-of-memory exception. That seem

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

2006-07-04 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-989?page=comments#action_12419148 ] Bryan Pendleton commented on DERBY-989: --- Thanks for posting the patch. I think it is good work, and I am persuaded that you have the right theory and have identified the

Debug code in the tar.gz files for 10.1.3.1?

2006-07-04 Thread Knut Anders Hatlen
Hi, I was re-reading a log file from my testing of the second release candidate when I discovered that the stack traces had line numbers. I then looked at the size of derby.jar in some of the files at http://people.apache.org/~fuzzylogic/10.1.3.1/: db-derby-10.1.3.1-bin.zip - 2141382 bytes db-der

[jira] Updated: (DERBY-1330) Provide runtime privilege checking for grant/revoke functionality

2006-07-04 Thread Mamta A. Satoor (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1330?page=all ] Mamta A. Satoor updated DERBY-1330: --- Derby Info: [Patch Available] > Provide runtime privilege checking for grant/revoke functionality > --

[jira] Updated: (DERBY-1330) Provide runtime privilege checking for grant/revoke functionality

2006-07-04 Thread Mamta A. Satoor (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1330?page=all ] Mamta A. Satoor updated DERBY-1330: --- Attachment: Derby1330PrivilegeCollectionV2diff.txt Derby1330PrivilegeCollectionV2stat.txt I am attaching an updated patch(Derby1330ViewPri

[jira] Updated: (DERBY-1091) Test harness does not pass jvm flags properly if there are more than 1 property in jvm flags

2006-07-04 Thread Myrna van Lunteren (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1091?page=all ] Myrna van Lunteren updated DERBY-1091: -- Derby Info: [Patch Available] > Test harness does not pass jvm flags properly if there are more than 1 > property in jvm flags > --

[jira] Updated: (DERBY-1091) Test harness does not pass jvm flags properly if there are more than 1 property in jvm flags

2006-07-04 Thread Myrna van Lunteren (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1091?page=all ] Myrna van Lunteren updated DERBY-1091: -- Attachment: DERBY-1091_20060702.stat DERBY-1091_20060702.diff Attaching a patch - DERBY-1091_20060702.* - which: - as planned leaves

[jira] Commented: (DERBY-1475) lang/procedure.java intermittently fails on SunOS-5.10_i86

2006-07-04 Thread Myrna van Lunteren (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1475?page=comments#action_12419141 ] Myrna van Lunteren commented on DERBY-1475: --- I am wondering if this intermittent failure is related to the failure with ibm15 of DERBY-1320. > lang/procedure.java i

Re: [jira] Commented: (DERBY-1237) unit/daemonService fails intermittently with > Shutting down due to unit test failure.

2006-07-04 Thread Bryan Pendleton
Knut Anders Hatlen commented on DERBY-1237: --- Does anyone object to closing this issue as a duplicate of 989? Thanks for having a close read of the logs. Closing as a duplicate seems reasonable to me. bryan

[jira] Commented: (DERBY-1471) Implement layer B streaming for new methods defined in JDBC4.0

2006-07-04 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1471?page=comments#action_12419135 ] Kristian Waagan commented on DERBY-1471: Hello Tomohito, I think your plan makes sense, where we go for option 1. This way, DERBY-1417 (lengthless overloads) can mov

[jira] Commented: (DERBY-1471) Implement layer B streaming for new methods defined in JDBC4.0

2006-07-04 Thread Tomohito Nakayama (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1471?page=comments#action_12419120 ] Tomohito Nakayama commented on DERBY-1471: -- Hello Kristian. In fact, I'm not clear and no answer yet ... I think we need some more consideration for synchronizing DE

[jira] Updated: (DERBY-1474) Add assertEquals overloads for Blob and Clob

2006-07-04 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1474?page=all ] Kristian Waagan updated DERBY-1474: --- Derby Info: [Patch Available] > Add assertEquals overloads for Blob and Clob > > > Key: DERBY-1474 >

[jira] Updated: (DERBY-1474) Add assertEquals overloads for Blob and Clob

2006-07-04 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1474?page=all ] Kristian Waagan updated DERBY-1474: --- Attachment: derby-1474-1a.diff derby-1474-1a.stat 'derby-1474-1a.diff' implements the two methods assertEquals(Blob,Blob) and assertEqual

[jira] Updated: (DERBY-1474) Add assertEquals overloads for Blob and Clob

2006-07-04 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1474?page=all ] Kristian Waagan updated DERBY-1474: --- Component: Test Description: Add assertEquals(Blob,Blob) and assertEquals(Clob,Clob) to BaseJDBCTestCase. The naming follows the JUnit scheme, and t

[jira] Created: (DERBY-1475) lang/procedure.java intermittently fails on SunOS-5.10_i86

2006-07-04 Thread Fernanda Pizzorno (JIRA)
lang/procedure.java intermittently fails on SunOS-5.10_i86 -- Key: DERBY-1475 URL: http://issues.apache.org/jira/browse/DERBY-1475 Project: Derby Type: Bug Components: Test Environment: Java Version:1.

[jira] Created: (DERBY-1474) Add assertEquals overloads for Blob and Clob

2006-07-04 Thread Kristian Waagan (JIRA)
Add assertEquals overloads for Blob and Clob Key: DERBY-1474 URL: http://issues.apache.org/jira/browse/DERBY-1474 Project: Derby Type: Sub-task Reporter: Kristian Waagan Assigned to: Kristian Waagan -- This mes

[jira] Commented: (DERBY-1237) unit/daemonService fails intermittently with > Shutting down due to unit test failure.

2006-07-04 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1237?page=comments#action_12419080 ] Knut Anders Hatlen commented on DERBY-1237: --- I have gone through the logs from these failures in Ole's regression testing: http://www.multinet.no/~solberg/public/Apa

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

2006-07-04 Thread Andreas Korneliussen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-989?page=comments#action_12419079 ] Andreas Korneliussen commented on DERBY-989: I have reviewed the code in the patch (derby-989-v1.diff) and would recommend it being committed. I think it is accepta

Regression Test Failure! - Derby 418816 - Sun DBTG

2006-07-04 Thread Ole . Solberg
[Auto-generated mail] *Derby* 418816/2006-07-03 19:46:12 CEST *derbyall* Failed TestsOK Skip Duration Platform --- *Jvm: 1.6* 2715713 0 101.13% SunOS-5.10_i86pc-i386 Details in http://www.multinet.no/~s

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

2006-07-04 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-989?page=all ] Knut Anders Hatlen updated DERBY-989: - Attachment: derby-989-v1.diff derby-989-v1.stat The attached patch (derby-989-v1.diff) attempts to solve the real problem. Derbyall run

[jira] Resolved: (DERBY-1043) Invalid column references are not caught in a trigger action statement when the referencing table of the column is the triggered table

2006-07-04 Thread Andreas Korneliussen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1043?page=all ] Andreas Korneliussen resolved DERBY-1043: - Fix Version: 10.2.0.0 Resolution: Fixed Derby Info: (was: [Patch Available]) Committed revision 418933. > Invalid column ref