You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/10/12 23:52:05 UTC

[jira] [Commented] (SOLR-8153) Support upper case and mixed case column identifiers in the SQL interface

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

ASF subversion and git services commented on SOLR-8153:
-------------------------------------------------------

Commit 1708259 from [~joel.bernstein] in branch 'dev/trunk'
[ https://svn.apache.org/r1708259 ]

SOLR-8153: Support upper case and mixed case column identifiers in the SQL interface

> Support upper case and mixed case column identifiers in the SQL interface
> -------------------------------------------------------------------------
>
>                 Key: SOLR-8153
>                 URL: https://issues.apache.org/jira/browse/SOLR-8153
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrJ
>    Affects Versions: Trunk
>            Reporter: Joel Bernstein
>            Assignee: Joel Bernstein
>            Priority: Minor
>         Attachments: SOLR-8153.patch
>
>
> The version of the Presto parser currently in Solr is lower casing all SQL identifiers unless they are string literals (single quotes). This appears to be happening in the QualifiedName class.
> The latest version of the Presto parser has changed the QualifiedName class to maintain the original casing. This will allow Solr to maintain the original case of SQL identifiers without requiring quoted identifiers.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org