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

Rick Hillegas updated DERBY-4659:
---------------------------------

    Attachment: derby-4659-03-aa-procedureArgs.diff

Attaching derby-4659-03-aa-procedureArgs.diff. This patch enables BOOLEAN 
arguments to procedures. I need to run regression tests.

Touches the following files:

-----------

M      java/engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj

Parser change.


-----------

M      java/engine/org/apache/derby/impl/sql/compile/MethodCallNode.java
M      java/engine/org/apache/derby/impl/sql/compile/StaticMethodCallNode.java

Support for resolving procedures with out and inout BOOLEAN args.

-----------

M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/DatabaseMetaDataTest.java

Regression test for DatabaseMetaData.getProcedureColumns().

-----------

M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ParameterMetaDataJdbc30Test.java

Regression test for ParameterMetaData and for setting and retrieving BOOLEAN 
args.


> Allow routines to take arguments of BOOLEAN type
> ------------------------------------------------
>
>                 Key: DERBY-4659
>                 URL: https://issues.apache.org/jira/browse/DERBY-4659
>             Project: Derby
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Rick Hillegas
>            Assignee: Rick Hillegas
>         Attachments: derby-4659-01-aa-functionArgs.diff, 
> derby-4659-02-aa-getFunctionColumns.diff, derby-4659-03-aa-procedureArgs.diff
>
>
> We should allow routines to take BOOLEAN arguments as part of our expanding 
> support for the BOOLEAN datatype.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to