[
https://issues.apache.org/jira/browse/DERBY-3511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rick Hillegas closed DERBY-3511.
--------------------------------
Resolution: Fixed
I can no longer reproduce this problem. In any event, the Java source I posted
is incorrect. The method in question was not declared static and that will
prevent Derby from finding it. Closing this issue.
> 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.1.3
> 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.