You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2016/10/12 00:06:20 UTC

[jira] [Resolved] (CALCITE-1419) Some of JDBC string functions are not working: LOCATE with 3 params, LTRIM, RTRIM

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

Julian Hyde resolved CALCITE-1419.
----------------------------------
    Resolution: Fixed

Fixed in http://git-wip-us.apache.org/repos/asf/calcite/commit/c3592044. Thanks for the PR, [~kabhwan]!

> Some of JDBC string functions are not working: LOCATE with 3 params, LTRIM, RTRIM
> ---------------------------------------------------------------------------------
>
>                 Key: CALCITE-1419
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1419
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Jungtaek Lim
>            Assignee: Jungtaek Lim
>             Fix For: 1.11.0
>
>
> Below three functions are not working properly:
> {noformat}
> {fn LOCATE(string1, string2 [, integer])}
> {fn LTRIM(string)}
> {fn RTRIM(string)}
> {noformat}
> They're on supported list on SQL reference page, but in SqlOperatorBaseTest.testJdbcFn(), thery're marked as 'not works' with the reason.
> Either moving them to 'Not implemented' on page or fixing them is necessary.
> What would be better?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)