[
https://issues.apache.org/jira/browse/DERBY-4092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rick Hillegas updated DERBY-4092:
---------------------------------
Affects Version/s: (was: 10.4.3.0)
(was: 10.4.2.1)
Fix Version/s: 10.6.0.0
10.5.3.1
> You should not be able to invoke a table function as a scalar function
> ----------------------------------------------------------------------
>
> Key: DERBY-4092
> URL: https://issues.apache.org/jira/browse/DERBY-4092
> Project: Derby
> Issue Type: Bug
> Components: SQL
> Affects Versions: 10.5.1.1
> Reporter: Rick Hillegas
> Assignee: Rick Hillegas
> Fix For: 10.5.3.1, 10.6.0.0
>
> Attachments: derby-4092-01-aa-noVTIsAsScalarValues.diff
>
>
> If you invoke a table function as a scalar function, Derby instantiates the
> ResultSet returned by the table function and returns that ResultSet. This
> behavior looks wrong. Derby should raise an error if you invoke a table
> function as a scalar function. Here is an example of the problem:
> ij> values ( badVTI( 'foo' ) );
> 1
> ---------------
> bad...@1ef69
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.