[
https://issues.apache.org/jira/browse/DERBY-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mamta A. Satoor resolved DERBY-2831.
------------------------------------
Resolution: Fixed
Fix Version/s: 10.4.0.0
10.3.0.0
Assignee: Mamta A. Satoor
Merged changes from main into 10.3 codeline. The revision for 10.3 codeline is
551794.
> NullPointerException creating a function in a schema that doesn't exist when
> the return type is a character type
> ----------------------------------------------------------------------------------------------------------------
>
> Key: DERBY-2831
> URL: https://issues.apache.org/jira/browse/DERBY-2831
> Project: Derby
> Issue Type: Bug
> Components: SQL
> Affects Versions: 10.3.0.0
> Reporter: Daniel John Debrunner
> Assignee: Mamta A. Satoor
> Priority: Minor
> Fix For: 10.3.0.0, 10.4.0.0
>
>
> ij> connect 'jdbc:derby:cs;create=true';
> ij> create function aa.b() returns varchar(10) no sql
> parameter style java language java
> external name 'aaa.bbb.ccc';
> ERROR XJ001: Java exception: ': java.lang.NullPointerException'.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.