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

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

Commit 1573935 from [~knutanders] in branch 'code/trunk'
[ https://svn.apache.org/r1573935 ]

DERBY-6409: Wrong result from quantified comparison

Add test case to verify that the fix for DERBY-6408 fixed this bug too.

> 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