[
https://issues.apache.org/jira/browse/DERBY-3511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rick Hillegas updated DERBY-3511:
---------------------------------
Attachment: byteArrayFunctions.sql
BigStringMaker.java
To demonstrate the problem:
1) Compile BigStringMaker
2) Run byteArrayFunctions.sql through ij
> Cannot resolve functions which return VARCHAR FOR BIT DATA or LONG VARCHAR
> FOR BIT DATA
> ---------------------------------------------------------------------------------------
>
> Key: DERBY-3511
> URL: https://issues.apache.org/jira/browse/DERBY-3511
> Project: Derby
> Issue Type: Bug
> Components: SQL
> Affects Versions: 10.4.0.0
> Reporter: Rick Hillegas
> Attachments: BigStringMaker.java, byteArrayFunctions.sql
>
>
> I create a static method which returns a byte array and register it as a
> function returning one of the byte array types (VARCHAR FOR BIT DATA or LONG
> VARCHAR FOR BIT DATA). I expect that Derby will be able to resolve this
> method when I try to invoke the function. But Derby tells me it can't find a
> matching method. I will attach a test case.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.