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

2015-10-12 Thread Joel Bernstein (JIRA)

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

Joel Bernstein updated SOLR-8153:
-
Fix Version/s: Trunk

> 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
> Fix For: Trunk
>
> 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2015-10-10 Thread Joel Bernstein (JIRA)

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

Joel Bernstein updated SOLR-8153:
-
Attachment: SOLR-8153.patch

Patch with new version of the Presto parser and changes in the SQLHandler to 
support upper case and mixed case columns.

> 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
>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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2015-10-10 Thread Joel Bernstein (JIRA)

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

Joel Bernstein updated SOLR-8153:
-
Summary: Support upper case and mixed case column identifiers in the SQL 
interface  (was: Upgrade Presto SQL Parser to version .122)

> 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
>Priority: Minor
>
> 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org