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

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

Commit 1574505 from [~knutanders] in branch 'code/branches/10.10'
[ https://svn.apache.org/r1574505 ]

DERBY-6408: EXISTS returns NULL instead of FALSE
DERBY-6409: Wrong result from quantified comparison

Backported revisions 1573548, 1573935, 1574464 from trunk.

> Wrong result from quantified comparison
> ---------------------------------------
>
>                 Key: DERBY-6409
>                 URL: https://issues.apache.org/jira/browse/DERBY-6409
>             Project: Derby
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 10.7.1.4, 10.8.3.3, 10.9.2.2, 10.10.1.1
>            Reporter: Knut Anders Hatlen
>            Assignee: Knut Anders Hatlen
>
> This query should have returned FALSE:
> ij> values 1 > all (select 2 from sysibm.sysdummy1);
> 1    
> -----
> true 
> 1 row selected
> This query should have returned TRUE:
> ij> values 1 < all (select 2 from sysibm.sysdummy1);
> 1    
> -----
> NULL 
> 1 row selected



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to