[ 
https://issues.apache.org/jira/browse/DERBY-6033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rick Hillegas updated DERBY-6033:
---------------------------------

    Attachment: derby-6033-01-aa-liftLimit.diff

Attaching derby-6033-01-aa-liftLimit.diff. This patch removes the limit of 90 
parameters per SQL routine. I am running tests now.

Touches the following files:

-----------

M       java/engine/org/apache/derby/iapi/reference/Limits.java
M       java/engine/org/apache/derby/impl/sql/compile/CreateAliasNode.java

Remove the limit.

-----------

M       java/engine/org/apache/derby/loc/messages.xml
M       java/shared/org/apache/derby/shared/common/reference/SQLState.java

Remove the corresponding error message.

-----------

M       
java/testing/org/apache/derbyTesting/functionTests/tests/lang/dbManagerLimits.java
M       
java/testing/org/apache/derbyTesting/functionTests/master/dbManagerLimits.out

Adjust the corresponding test.

                
> 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.0.0
>            Reporter: Rick Hillegas
>            Assignee: Rick Hillegas
>         Attachments: derby-6033-01-aa-liftLimit.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

Reply via email to