Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 34005 invoked from network); 27 Apr 2006 21:40:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Apr 2006 21:40:09 -0000 Received: (qmail 34349 invoked by uid 500); 27 Apr 2006 21:40:03 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 34055 invoked by uid 500); 27 Apr 2006 21:40:02 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 34042 invoked by uid 99); 27 Apr 2006 21:40:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Apr 2006 14:40:02 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Apr 2006 14:40:01 -0700 Received: from ajax.apache.org (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 9C74DD49FE for ; Thu, 27 Apr 2006 22:39:40 +0100 (BST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: derby-commits@db.apache.org Date: Thu, 27 Apr 2006 21:39:40 -0000 Message-ID: <20060427213940.2557.34812@ajax.apache.org> Subject: [Db-derby Wiki] Update of "HighValueFixCandidates" by KatheyMarsden X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification. The following page has been changed by KatheyMarsden: http://wiki.apache.org/db-derby/HighValueFixCandidates ------------------------------------------------------------------------------ Listings are by branch as some fixes are not appropriate for the maintenance branches. Please add issues to the lists or remove/move them if they do not seem appropriate for the branch. - == High value 10.1 Branch Bug Fixing Candidates == + == High Value 10.1 Branch Bug Fixing Candidates == These are issues that would be great to see fixed in the maintenance branch. Once fixed in the trunk, an assessment should be made of whether they are appropriate for port to 10.1. || JIRA_ISSUE || SUMMARY || COMMENTS || @@ -24, +24 @@ Many bugs have been fixed in trunk that would be valuable to users in the maintenance branch. They have already been fixed and just need someone to port them to the 10.1 branch where folks can use them. Porting fixes made by others is a great way to learn about Derby! || JIRA_ISSUE || SUMMARY || COMMENTS || + ||[http://issues.apache.org/jira/browse/DERBY-85 DERBY-85]|| NPE when creating a trigger on a table and default schema doesn't exist.|| Often hit by new users. || + ||[http://issues.apache.org/jira/browse/DERBY-1103 DERBY-1103]|| Change the client driver to allow statements to be garbage-collected once they are not referenced in an application|| Often hit by users who expect garbage collection || + ||[http://issues.apache.org/jira/browse/DERBY-491 DERBY-491]|| Protocol exception when Network Server tries to return ~32K of data or greater in a result set for a Java stored procedure.|| || + ||[http://issues.apache.org/jira/browse/DERBY-125 DERBY-125]|| Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.|| || + ||[http://issues.apache.org/jira/browse/DERBY-170 DERBY-170]|| Inserting large string value into non-existent table causes communication link failure over Network Server.|| || + ||[http://issues.apache.org/jira/browse/DERBY-1009 DERBY-1009]|| Embedded ResultSet.getStatement() does not return the Statement object that created it for a connection returned from EmbeddedXADataSource|| || + ||[http://issues.apache.org/jira/browse/DERBY-1055 DERBY-1055]|| Security.AccessControlException in client under SecurityManager when trying to connect using EUSRIDPWD security mechanism|| || + ||[http://issues.apache.org/jira/browse/DERBY-1058 DERBY-1058]|| derby fails supporting holdable scrollable resultset: ERROR XSCB8: The btree conglomerate 1,141,037,436,752 is closed.|| || + ||[http://issues.apache.org/jira/browse/DERBY-1080 DERBY-1080]|| Connection reset when using security mechanism=EUSRIDPWD results in protocol error.|| || + ||[http://issues.apache.org/jira/browse/DERBY-1095 DERBY-1095]|| Closing an embedded connection does not seem to close associated EmbedStatements|| || + ||[http://issues.apache.org/jira/browse/DERBY-1101 DERBY-1101]|| ResultSet.getHoldabilty will return incorrect value when the ResultSet is obtained from a procedure call|| || + ||[http://issues.apache.org/jira/browse/DERBY-1136 DERBY-1136]|| JDBC driver on rs.getFloat() gives LossOfPrecisionConversionException for float fields containing Float.MAX_VALUE|| || + ||[http://issues.apache.org/jira/browse/DERBY-1184 DERBY-1184]|| 'CallableStatement.registerOutParameter(int,int,String)' does nothing in client driver|| || + ||[http://issues.apache.org/jira/browse/DERBY-331 DERBY-331]|| create table fails when a constraint defintion follows a column default|| || + ||[http://issues.apache.org/jira/browse/DERBY-387 DERBY-387]|| SimpleNetworkClientSample.java network server example has an error which causes it to fail|| || + ||[http://issues.apache.org/jira/browse/DERBY-395 DERBY-395]|| Server-side "trace on" and "trace off" commands do not appear to be working correctly.|| || + ||[http://issues.apache.org/jira/browse/DERBY-479 DERBY-479]|| Passing the return of a RETURN NULL ON NULL INPUT function to another function call throws linkage error.|| || + ||[http://issues.apache.org/jira/browse/DERBY-508 DERBY-508]|| Wrong classname in javadoc for ClientDataSource|| || + ||[http://issues.apache.org/jira/browse/DERBY-544 DERBY-544]|| Admin guide has wrong value for constant TRACE_RESULT_SET_CALLS|| || + ||[http://issues.apache.org/jira/browse/DERBY-616 DERBY-616]|| create index can fail under the SecurityManager when trying to access files in the tmp folder of a database|| || + ||[http://issues.apache.org/jira/browse/DERBY-635 DERBY-635]|| Client socket connection doesn't report real socket exception|| || + ||[http://issues.apache.org/jira/browse/DERBY-648 DERBY-648]|| ij 'show connections' statement does not work in JSR169|| || + ||[http://issues.apache.org/jira/browse/DERBY-693 DERBY-693]|| Incorrect line number in the error message when parser throws syntax error in some specific examples|| || + ||[http://issues.apache.org/jira/browse/DERBY-7 DERBY-7]|| Bug in NULLIF Function|| || + ||[http://issues.apache.org/jira/browse/DERBY-709 DERBY-709]|| SecurityException thrown when passing a relative path name when backing up database|| || + ||[http://issues.apache.org/jira/browse/DERBY-732 DERBY-732]|| ERROR XBCM1: Java linkage error thrown during load of generated class for query with large number of logical operators and substitution parameters.|| || + ||[http://issues.apache.org/jira/browse/DERBY-739 DERBY-739]|| Reduce generated code required to access a parameter's value|| || + ||[http://issues.apache.org/jira/browse/DERBY-795 DERBY-795]|| After calling ResultSet.relative(0) the cursor loses its position|| || +