Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7271E10348 for ; Fri, 14 Jun 2013 17:12:24 +0000 (UTC) Received: (qmail 80274 invoked by uid 500); 14 Jun 2013 17:12:23 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 80039 invoked by uid 500); 14 Jun 2013 17:12:22 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 79805 invoked by uid 99); 14 Jun 2013 17:12:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2013 17:12:20 +0000 Date: Fri, 14 Jun 2013 17:12:20 +0000 (UTC) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (DERBY-6033) Lift the arbitrary limit on the number of routine parameters. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-6033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas closed DERBY-6033. -------------------------------- > Lift the arbitrary limit on the number of routine parameters. > ------------------------------------------------------------- > > Key: DERBY-6033 > URL: https://issues.apache.org/jira/browse/DERBY-6033 > Project: Derby > Issue Type: Improvement > Components: SQL > Affects Versions: 10.10.1.1 > Reporter: Rick Hillegas > Assignee: Rick Hillegas > Fix For: 10.10.1.1 > > Attachments: derby-6033-01-aa-liftLimit.diff, testMaxParams.diff > > > The number of parameters to a Derby routine is arbitrarily limited to 90. This limit is causing difficulties for users (see http://apache-database.10148.n7.nabble.com/number-of-parameters-td126108.html). It ought to be safe to lift this limit. Changes need to be made to CreateAliasNode and to the corresponding dbManagerLimits.testMostParametersInStoredProcedures() test. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira