[
https://issues.apache.org/jira/browse/CALCITE-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Hyde updated CALCITE-1419:
---------------------------------
Fix Version/s: 1.11.0
> 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)