Potential bug when using distinct in subselect

2005-07-14 Thread Andrew Czapran
Hello derby developers: I posted a query on the IBM Cloudscape forum and was refered to this id by others. Basically, I have a small testcase that shows different results when run under cloudscape and IBM DB2. We think this is a Cloudscape issue, but we could be wrong. The testcase is a

Re: derby publicity

2005-07-14 Thread Jean T. Anderson
Generic is good. I'll update the Papers navigation menu on the website today to include an 'Articles' subcategory with these links: http://www.devx.com/IBMCloudscape/Article/28526/1763 http://www.vsj.co.uk/databases/display.asp?id=466 http://www.ibm.com/developerworks/db2/zones/cloudscape/

[jira] Reopened: (DERBY-459) lang/errorStream.java fails intermittently on Windows 2003 server

2005-07-14 Thread Dag H. Wanvik (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-459?page=all ] Dag H. Wanvik reopened DERBY-459: - Keep open until committed. lang/errorStream.java fails intermittently on Windows 2003 server

Zip file for the 1.0 UI Eclipse plug-in with the 10.1 release

2005-07-14 Thread Susan Cline
This message is probably intended for Andrew since he has the role of release manager for the 10.1 release. Currently we have a zip file for the Derby 10.1 core plug-in, but we don't have a zip file for the 1.0 UI plug-in. When the 10.1 release is bundled for download as an 'official release'

please add me as a derby developer

2005-07-14 Thread Richard Hillegas
Hello, Please add me as a derby developer. Thanks, -Rick

Re: please add me as a derby developer

2005-07-14 Thread Satheesh Bandaram
Hi Rick, Thanks for your interest in Derby... Do you have a Jira account? If so, what is it? You would need to create a Jira account first, if you don't have one. You would need to be part of 'derby-developers' if you have plans to work on bugs or enhancements to Derby. Satheesh Richard

Re: please add me as a derby developer

2005-07-14 Thread Richard Hillegas
Hi Satheesh, Thanks. I have just created a Jira account. The userid is rhillegas. I have also subscribed to the derby users and developers mailing lists. What else do I need to do to become a derby developer? Thanks, -Rick Satheesh Bandaram wrote: Hi Rick, Thanks for your interest in

[jira] Created: (DERBY-461) Network Client Driver 'password=' behaviour is different from Embedded Driver

2005-07-14 Thread Susan Cline (JIRA)
Network Client Driver 'password=' behaviour is different from Embedded Driver - Key: DERBY-461 URL: http://issues.apache.org/jira/browse/DERBY-461 Project: Derby Type: Bug Components:

Re: please add me as a derby developer

2005-07-14 Thread Satheesh Bandaram
Hi Rick, I can grant the access to 'derby-developers' to you... The main reason for wanting this access is if you have intent to work on fixing Derby bugs or enhancements... Let me know if you have this intent. (and I hope you do :-) ) Here is some info on Jira and how to work with bugs:

Re: please add me as a derby developer

2005-07-14 Thread Richard Hillegas
Hi Satheesh, Yes, please. I want to start assigning myself bugs so that I can fix them. Cheers, -Rick Satheesh Bandaram wrote: Hi Rick, I can grant the access to 'derby-developers' to you... The main reason for wanting this access is if you have intent to work on fixing Derby bugs or

Re: please add me as a derby developer

2005-07-14 Thread Satheesh Bandaram
You should have the access now to assign bugs to yourself. Welcome to Derby! Satheesh Richard Hillegas wrote: Hi Satheesh, Yes, please. I want to start assigning myself bugs so that I can fix them. Cheers, -Rick Satheesh Bandaram wrote: Hi Rick, I can grant the access to

Code coverage results for svn build 208786

2005-07-14 Thread Ramandeep Kaur
Hi. Summary for code coverage results for svn build 208786 is as following: OVERALL COVERAGE SUMMARY Class Coverage: 92% (1064/1161) Method Coverage: 74% (14687/19940) Block Coverage: 70% (441057/626622) Line coverage: 71% (91860.8/129595) OVERALL STATS SUMMARY total packages:

Re: Code coverage results for svn build 208786

2005-07-14 Thread Andrew McIntyre
On Jul 14, 2005, at 12:13 PM, Ramandeep Kaur wrote: The zip file containing all results files will be posted on http:// people.apache.org/~fuzzylogic/ sometimes today. the results are up at: http://people.apache.org/~fuzzylogic/codecoverage/208786/ andrew

Re: JDBC auto-commit semantics challenge

2005-07-14 Thread Philip Wilder
Lance, In order to further distill this issue for your EG team I've created this brief question list (largely based off some earlier questions from Kathey) that you can pass on to them. As always let me know if there is any way I can further clarify this issue. Philip # 1)

Re: derby publicity

2005-07-14 Thread Jean T. Anderson
Jean T. Anderson wrote: Generic is good. I'll update the Papers navigation menu on the website today to include an 'Articles' subcategory this change is live here with articles on the left hand nav: http://incubator.apache.org/derby/papers/index.html you may need to shift-refresh to see

Re: Code coverage results for svn build 208786

2005-07-14 Thread David Van Couvering
Great stuff! David Andrew McIntyre wrote: On Jul 14, 2005, at 12:13 PM, Ramandeep Kaur wrote: The zip file containing all results files will be posted on http:// people.apache.org/~fuzzylogic/ sometimes today. the results are up at:

Re: VOTE: Connection toString() output, with examples

2005-07-14 Thread David Van Couvering
Hi, all. I have received no votes on this in the past two days. Does this mean I should go ahead and implement this change? Thanks, David David Van Couvering wrote: Here is an adjusted proposal, taking into account Kathey's *and Dan's* comments :) [ ] VOTE on toString() format for Derby

Re: VOTE: Connection toString() output, with examples

2005-07-14 Thread Dag H. Wanvik
DVC == David Van Couvering [EMAIL PROTECTED] wrote: DVC DVC Hi, all. I have received no votes on this in the past two days. Does DVC this mean I should go ahead and implement this change? I guess, this being open source, and no objections having been raised, you should feel free to do it

[jira] Commented: (DERBY-289) Enable code sharing between Derby client and engine

2005-07-14 Thread David Van Couvering (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-289?page=comments#action_12315860 ] David Van Couvering commented on DERBY-289: --- OK. I think we need to solve this. It seems wrong to me to make it so we can't share code across client and server

[jira] Commented: (DERBY-388) Intermittent failures when executing UPDATE trigger statements

2005-07-14 Thread Satheesh Bandaram (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-388?page=comments#action_12315862 ] Satheesh Bandaram commented on DERBY-388: - I ported this fix from 10.0 branch into 10.1 branch and trunk. I noticed a test case has been added for this checkin. I will

Re: VOTE: Connection toString() output, with examples

2005-07-14 Thread Kathey Marsden
David Van Couvering wrote: Hi, all. I have received no votes on this in the past two days. Does this mean I should go ahead and implement this change? Thanks, David David Van Couvering wrote: Here is an adjusted proposal, taking into account Kathey's *and Dan's* comments :) [ ] VOTE on

Re: **** QUARTERLY REPORTS DUE ****

2005-07-14 Thread Jean T. Anderson
I wish I had remembered to cc derby-dev. sorry. -jean Original Message Subject: Re: QUARTERLY REPORTS DUE Date: Thu, 14 Jul 2005 15:22:37 -0700 From: Jean T. Anderson [EMAIL PROTECTED] Reply-To: general@incubator.apache.org To: general@incubator.apache.org

Increase acceptance of Derby across Apache??

2005-07-14 Thread Daniel John Debrunner
I was wondering how Derby could get more visibility and more use in other Apache projects. I see that other Apache projects could use or refer to Derby in any of the following ways: - Included as an embedded database - Included for example applications/tutorials - Recommended for use in example

[jira] Commented: (DERBY-289) Enable code sharing between Derby client and engine

2005-07-14 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-289?page=comments#action_12315870 ] Rick Hillegas commented on DERBY-289: - I confess I'm still puzzled. It seems to me there may be two separate issues here: 1) the interoperability of different derby

Re: Increase acceptance of Derby across Apache??

2005-07-14 Thread David Van Couvering
I am not able to help here, but I do want to note that the JDO project in Apache is using Derby. And they still want to know why explicitly specifying the schema name gives a 6x performance improvement :) David Daniel John Debrunner wrote: I was wondering how Derby could get more visibility

Re: Increase acceptance of Derby across Apache??

2005-07-14 Thread Daniel John Debrunner
David Van Couvering wrote: I am not able to help here, but I do want to note that the JDO project in Apache is using Derby. And they still want to know why explicitly specifying the schema name gives a 6x performance improvement :) I had that on my list to look at, but they seem to be the

[jira] Created: (DERBY-462) DatabaseMetaData method supportsConvert() returns true

2005-07-14 Thread Dag H. Wanvik (JIRA)
DatabaseMetaData method supportsConvert() returns true -- Key: DERBY-462 URL: http://issues.apache.org/jira/browse/DERBY-462 Project: Derby Type: Bug Components: JDBC Reporter: Dag H. Wanvik Priority:

[jira] Updated: (DERBY-462) DatabaseMetaData method supportsConvert() returns true

2005-07-14 Thread Dag H. Wanvik (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-462?page=all ] Dag H. Wanvik updated DERBY-462: Attachment: foo.java added simple repro. DatabaseMetaData method supportsConvert() returns true --

Re: Increase acceptance of Derby across Apache??

2005-07-14 Thread Jean T. Anderson
Daniel John Debrunner wrote: I had that on my list to look at, but they seem to be the not so open Apache JDO project. Do they have a site at apache? I don't spot a site yet, but the jdo-dev@db.apache.org list is quite active -- and open. (Truthfully, I'm only intermittently lurking, but

[jira] Updated: (DERBY-462) DatabaseMetaData method supportsConvert() returns true

2005-07-14 Thread Dag H. Wanvik (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-462?page=all ] Dag H. Wanvik updated DERBY-462: Version: 10.1.1.1 10.2.0.0 DatabaseMetaData method supportsConvert() returns true --

[jira] Commented: (DERBY-210) Network Server will leak prepared statements if not explicitly closed by the user until the connection is closed

2005-07-14 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-210?page=comments#action_12315888 ] Kathey Marsden commented on DERBY-210: -- The workaround for this issue is for the application to explicitly close all prepared statements. The close is often omitted for

[jira] Assigned: (DERBY-440) derby.jar has directory (package) entries in it which are not required

2005-07-14 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-440?page=all ] Andrew McIntyre reassigned DERBY-440: - Assign To: Andrew McIntyre derby.jar has directory (package) entries in it which are not required

[jira] Commented: (DERBY-440) derby.jar has directory (package) entries in it which are not required

2005-07-14 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-440?page=comments#action_12315890 ] Andrew McIntyre commented on DERBY-440: --- Dan: I was planning on fixing this, since it's so simple, but it looks like you beat me to it with revision 216826. :-) This