You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Chris Baynes (JIRA)" <ji...@apache.org> on 2017/07/19 19:58:00 UTC

[jira] [Created] (CALCITE-1895) Substring operator broken for MSSQL

Chris Baynes created CALCITE-1895:
-------------------------------------

             Summary: Substring operator broken for MSSQL
                 Key: CALCITE-1895
                 URL: https://issues.apache.org/jira/browse/CALCITE-1895
             Project: Calcite
          Issue Type: Bug
          Components: jdbc-adapter
            Reporter: Chris Baynes
            Assignee: Julian Hyde


The format mssql uses looks like:
SUBSTRING(input, start, length)

but the default is currently to unparse to SUBSTRING(input FROM start FOR length)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)