[teiid-issues] [JBoss JIRA] (TEIID-3812) HANA MIN and MAX functions not applicable on boolean

RH Bugzilla Integration (JIRA) issues at jboss.org
Wed Aug 24 07:35:03 EDT 2016


    [ https://issues.jboss.org/browse/TEIID-3812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13283370#comment-13283370 ] 

RH Bugzilla Integration commented on TEIID-3812:
------------------------------------------------

Filip Elias <felias at redhat.com> changed the Status of [bug 1279399|https://bugzilla.redhat.com/show_bug.cgi?id=1279399] from VERIFIED to CLOSED

> HANA MIN and MAX functions not applicable on boolean
> ----------------------------------------------------
>
>                 Key: TEIID-3812
>                 URL: https://issues.jboss.org/browse/TEIID-3812
>             Project: Teiid
>          Issue Type: Bug
>          Components: Misc. Connectors
>    Affects Versions: 8.7.1.6_2
>            Reporter: Jan Stastny
>            Assignee: Steven Hawkins
>             Fix For: 8.12.2, 8.13
>
>
> SAP HANA doesn't support MIN and MAX functions for BOOLEAN type.
> Compared to postgresql, which also has BOOLEAN data type, it seems inconsistent, as postgresql translator mimics MIN and MAX functions by translating them using PostgreSQL specific constructs:
> min(BooleanValue) as bool_and(BooleanValue)
> max(BooleanValue) as bool_or(BooleanValue)
> Similar issue is with CEILING and FLOOR functions.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list