[
https://issues.apache.org/jira/browse/DERBY-4703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rick Hillegas updated DERBY-4703:
---------------------------------
Attachment: derby-4703-01-aa-booleanTableFunctionColumns.diff
Attaching derby-4703-01-aa-booleanTableFunctionColumns.diff. This allows table
functions to have BOOLEAN columns. The regression tests passed for me.
Touches the following files:
---------------
M java/engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj
Allow BOOLEAN columns in table functions.
---------------
M java/engine/org/apache/derby/iapi/types/TypeId.java
M java/engine/org/apache/derby/catalog/types/TypeDescriptorImpl.java
Adjust type information so that DatabaseMetaData.getFunctionColumns() returns
information compatible with ResultSetMetaData.
---------------
M
java/testing/org/apache/derbyTesting/functionTests/tests/lang/TableFunctionTest.java
Regression test.
> Make it possible for table functions to return BOOLEAN columns
> --------------------------------------------------------------
>
> Key: DERBY-4703
> URL: https://issues.apache.org/jira/browse/DERBY-4703
> Project: Derby
> Issue Type: Improvement
> Components: SQL
> Affects Versions: 10.6.1.0
> Reporter: Rick Hillegas
> Attachments: derby-4703-01-aa-booleanTableFunctionColumns.diff
>
>
> Right now a function cannot return a table with a BOOLEAN column.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.