Re: Proposal for 10.2 release schedule

2006-06-26 Thread Thomas Dudziak
On 6/24/06, Daniel John Debrunner [EMAIL PROTECTED] wrote: Thomas Dudziak wrote: On 6/22/06, Rick Hillegas [EMAIL PROTECTED] wrote: Last week, Sun Microsystems announced that it will bundle Derby with the next major release of the reference jdk, Java SE 6, also known as Mustang or jdk1.6.

Re: Proposal for 10.2 release schedule

2006-06-26 Thread Rick Hillegas
Hi Kathey, Right now, I'm planning to back out BOOLEAN before the branch. Regards, -Rick Kathey Marsden wrote: Rick Hillegas wrote: Hi Andrew, Like you I'm happy that Geir Magnusson is working the JCP issues and I'm optimistic that the time line, which had been twisted into a pretzel,

Status of adding BOOLEAN-type (was: Re: Proposal for 10.2 release schedule)

2006-06-26 Thread Kristian Waagan
Rick Hillegas wrote: Hi Kathey, Right now, I'm planning to back out BOOLEAN before the branch. Hi Rick, Does this mean the work already done for adding the BOOLEAN-type is not appropriate for completion in 10.3 (or a later release)? In case the work already done is to be discarded, can

Derby copyright questions (was Re: Proposal for 10.2 release schedule)

2006-06-26 Thread Jean T. Anderson
Thomas Dudziak wrote: On 6/24/06, Daniel John Debrunner [EMAIL PROTECTED] wrote: ... Btw, to which files does the COPYRIGHT containing an IBM copyright notice refer to ? A search in the Derby sources did not bring up any source copyrighted by IBM. The original contribution of Derby was

Re: Derby copyright questions (was Re: Proposal for 10.2 release schedule)

2006-06-26 Thread Thomas Dudziak
Hi Jean, On 6/26/06, Jean T. Anderson [EMAIL PROTECTED] wrote: The original Software Grant provides an ASF record of the files that were originally contributed -- as does the subversion repository itself, which provides a record of both the files that were contributed originally and the files

Re: Status of adding BOOLEAN-type

2006-06-26 Thread Andrew McIntyre
Rick Hillegas wrote: Hi Kathey, Right now, I'm planning to back out BOOLEAN before the branch. Hi Rick, Don't you mean you'll back out the current BOOLEAN work from 10.2 *after* it has been branched? Or do you think we should give up completely due to the issues with the DRDA spec committee

LEFT JOIN with a subquery not working in Derby?

2006-06-26 Thread Halit M. Maner
The statement below has been working fine in Cloudscape 5.1 but it is not working in Derby (we are using 10.1.2.4). ij SELECT * FROM admapphdr LEFT JOIN admappdtl ON (aah_id=aad_aah_id ANDaad_seq_num = (SELECT MAX(a2.aad_seq_num) FROM admappdtl a2)); It is throwing: ERROR 42972: An ON

Re: Status of adding BOOLEAN-type

2006-06-26 Thread Rick Hillegas
Hi Kristian, I have given up on re-enabling the BOOLEAN datatype in the near term, for the following reasons: 1) I can't see when or whether the BOOLEAN datatype will make it into the DRDA spec. After 9 months, the spec's governing body has failed to revive. There seems to be very little

Questions about Network Server API Behavior

2006-06-26 Thread Kathey Marsden
I was playing with starting Network Server and redirectect console output from an application using the NetworkServerControl API. And I noticed a few things. 1) I had to set the file to autoflush to see the console output go to the file. I tend to think this is a bug. Should

Re: DB File Size

2006-06-26 Thread Lee Yan Shen
I think it is due to the issue described here http://issues.apache.org/jira/browse/DERBY-691 (Link given by Stanley and posted by you?) Let me run the test again without any insert abortion. Thanks.