You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Andrei Sereda (JIRA)" <ji...@apache.org> on 2018/08/28 22:24:00 UTC

[jira] [Updated] (CALCITE-2498) geode adapter wrongly quotes booleans as strings ('true' / 'false')

     [ https://issues.apache.org/jira/browse/CALCITE-2498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrei Sereda updated CALCITE-2498:
-----------------------------------
    Summary: geode adapter wrongly quotes booleans as strings ('true' / 'false')  (was: geode adapter quotes booleans as strings ('true' / 'false'))

> geode adapter wrongly quotes booleans as strings ('true' / 'false')
> -------------------------------------------------------------------
>
>                 Key: CALCITE-2498
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2498
>             Project: Calcite
>          Issue Type: Bug
>          Components: geode
>            Reporter: Andrei Sereda
>            Assignee: Julian Hyde
>            Priority: Major
>
> Having simple query:
> {code:sql}
> // SQL (calcite). original query
> select * from geode where isActive = true
> // OQL (geode query) result
> select * from /region where isActive = 'true'
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)