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

Julian Hyde resolved CALCITE-546.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.5.0-incubating

Fixed in 
http://git-wip-us.apache.org/repos/asf/incubator-calcite/commit/1c292a9d.

> Allow table, column and field called "*"
> ----------------------------------------
>
>                 Key: CALCITE-546
>                 URL: https://issues.apache.org/jira/browse/CALCITE-546
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Julian Hyde
>            Assignee: Julian Hyde
>             Fix For: 1.5.0-incubating
>
>
> Currently if we see an asterisk in an identifier, we translate it to an 
> identifier name segment called "\*". If there happens to be a table, column 
> or field called "*" we're sunk.
> Star can only validly occur in the SELECT clause (not in FROM or WHERE). 
> Examples: {{select emp.\* from emp}}, {{select x from sales.\*}}, {{select 1 
> from emp where emp.\* is not null}}.
> This task is to test with tables, columns, fields called "*", and use a 
> special value in SqlIdentifier. Maybe the empty string would work. Names 
> cannot be empty.



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

Reply via email to