You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Zhong Yanghong (JIRA)" <ji...@apache.org> on 2017/11/10 10:29:00 UTC

[jira] [Comment Edited] (KYLIN-3031) KeywordDefaultDirtyHack should ignore case of default like other database does

    [ https://issues.apache.org/jira/browse/KYLIN-3031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16247327#comment-16247327 ] 

Zhong Yanghong edited comment on KYLIN-3031 at 11/10/17 10:28 AM:
------------------------------------------------------------------

How about changing like this?
{code}
sql = sql.replace("(?i)default\\.", "\"DEFAULT\".");
{code}


was (Author: yaho):
How about changing like this?
{code}
sql = sql.replace("(?i)default\\.", "\"default\".");
{code}

> KeywordDefaultDirtyHack should ignore case of default like other database does
> ------------------------------------------------------------------------------
>
>                 Key: KYLIN-3031
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3031
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: Zhong Yanghong
>            Assignee: Zhong Yanghong
>




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