[
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-ab-procedureArgs.diff
Attaching derby-4659-03-ab-procedureArgs.diff and committing it at subversion
revision 957650.
Regression tests on the previous version of this patch passed cleanly except
for the following issues:
1) Diffs in dblook_test_net and dblook_test_net_territory. These were caused by
another patch and they were corrected by re-syncing with the corrected trunk.
2) An error in DatabaseMetaDataTest which surfaced when that test was run as
part of the upgrade suite. The problem was that the test was creating a
procedure with BOOLEAN args but this only works if the database has been
upgraded to 10.7 or higher. I have conditionalized that code so that BOOLEAN
args are only tested if the database is advanced enough. The test now runs
cleanly both standalone and as part of the upgrade suite.
> 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, derby-4659-03-ab-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.