[
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-01-aa-functionArgs.diff
Attaching derby-4659-01-aa-functionArgs.diff. This patch makes it possible for
functions to take BOOLEAN arguments. The regression tests passed cleanly for
me. After this patch, we can add a test for
DatabaseMetaData.getFunctionColumns().
Touches the following files:
---------
M java/engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj
Parser support for BOOLEAN function arguments.
---------
M java/client/org/apache/derby/client/am/PreparedStatement.java
Client driver support for setting BOOLEAN arguments.
---------
M
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ParameterMetaDataJdbc30Test.java
ParameterMetaData test for BOOLEAN arguments.
---------
M
java/testing/org/apache/derbyTesting/functionTests/tests/lang/BooleanValuesTest.java
Test for setting boolean arguments.
---------
M
java/testing/org/apache/derbyTesting/functionTests/tests/lang/AnsiSignaturesTest.java
M
java/testing/org/apache/derbyTesting/functionTests/tests/lang/AnsiSignatures.java
Test for function resolution.
> 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
>
>
> 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.