You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/11/08 16:49:00 UTC

[jira] [Updated] (CALCITE-3486) MysqlSqlDialect unparse ROW keyword does not exist

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

ASF GitHub Bot updated CALCITE-3486:
------------------------------------
    Labels: pull-request-available  (was: )

> MysqlSqlDialect unparse ROW keyword does not exist
> --------------------------------------------------
>
>                 Key: CALCITE-3486
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3486
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.21.0
>            Reporter: quxiucheng
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: next
>
>
> when we use mysql dialect unparse sql,the Mysql dialect does not have a ROW keyword,
> but the ROW keyword does exist in SQL
> SQL
> {code:java}
> insert into emps values (1,'Fredkin')
> {code}
> SqlNode.toString(MysqlSqlDialect.DEFAULT)
> {code:java}
> insert into emps values ROW(1,'Fredkin')
> {code}
> This syntax is problematic in mysql
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)