You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/07/03 22:45:20 UTC

[jira] [Commented] (DERBY-6212) NullPointerException when calling a procedure with sub-query as argument

    [ https://issues.apache.org/jira/browse/DERBY-6212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13699412#comment-13699412 ] 

ASF subversion and git services commented on DERBY-6212:
--------------------------------------------------------

Commit 1499550 from [~kmarsden]
[ https://svn.apache.org/r1499550 ]

DERBY-6212 NullPointerException when calling a procedure with sub-query as argument.
merge revision 1480909 from trunk.
                
> NullPointerException when calling a procedure with sub-query as argument
> ------------------------------------------------------------------------
>
>                 Key: DERBY-6212
>                 URL: https://issues.apache.org/jira/browse/DERBY-6212
>             Project: Derby
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 10.10.1.1
>            Reporter: Knut Anders Hatlen
>            Assignee: Kathey Marsden
>            Priority: Minor
>             Fix For: 10.11.0.0
>
>         Attachments: derby-6212-01-a.diff
>
>
> ij version 10.10
> ij> connect 'jdbc:derby:memory:db;create=true';
> ij> call syscs_util.syscs_set_database_property('abc', (values 'def'));
> ERROR XJ001: Java exception: ': java.lang.NullPointerException'. (errorCode = 0)
> The query should either compile and execute just fine, or it should raise a proper exception. It should not fail with a NullPointerException.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira