[JBoss JIRA] (TEIID-3095) Expose system and pushdown functions
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-3095:
-------------------------------------
Summary: Expose system and pushdown functions
Key: TEIID-3095
URL: https://issues.jboss.org/browse/TEIID-3095
Project: Teiid
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: Query Engine
Affects Versions: 8.9
Reporter: Steven Hawkins
Assignee: Steven Hawkins
The system functions and pushdown functions are not added as normal schema scoped functions, and thus were not exposed by TEIID-3044. We should properly expose them and if possible also add uuids and the ability to lookup system properties.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 7 months
[JBoss JIRA] (TEIID-2881) Add support to use DSL when querying remote JDG 6.2
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-2881?page=com.atlassian.jira.plugin... ]
Van Halbert commented on TEIID-2881:
------------------------------------
After doing a diff between 8.7.x and master, the only difference is the version of infinispan that's being used. Infinispan has only released the 6.1.x version to the red hat tech preview maven repo, not to the Nexus repo. Therefore at this time, there's nothing to commit.
> Add support to use DSL when querying remote JDG 6.2
> ---------------------------------------------------
>
> Key: TEIID-2881
> URL: https://issues.jboss.org/browse/TEIID-2881
> Project: Teiid
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Misc. Connectors
> Affects Versions: 8.7
> Reporter: Van Halbert
> Assignee: Van Halbert
> Fix For: 8.7
>
>
> Add support for querying remote JDG 6.2 using DSL.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 7 months
[JBoss JIRA] (TEIID-3094) SOLR: minus sign is not escaped
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-3094?page=com.atlassian.jira.plugin... ]
Ramesh Reddy reassigned TEIID-3094:
-----------------------------------
Assignee: Ramesh Reddy (was: Steven Hawkins)
> SOLR: minus sign is not escaped
> -------------------------------
>
> Key: TEIID-3094
> URL: https://issues.jboss.org/browse/TEIID-3094
> Project: Teiid
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 8.7
> Reporter: Filip Elias
> Assignee: Ramesh Reddy
> Attachments: server.log
>
>
> Minus sign is not escaped in SOLR translator which causes parse exception, because the "-" is a special character.
> Example of query:
> Query: {code}SELECT BQT1.SmallA.IntNum FROM BQT1.SmallA WHERE BQT1.SmallA.IntNum = -1{code}
> Query parameter q is set to: {code}IntNum:-1{code} but it should be: {code}IntNum:\-1{code}
> Log is in the attachment.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 7 months
[JBoss JIRA] (TEIID-3094) SOLR: minus sign is not escaped
by Filip Elias (JIRA)
[ https://issues.jboss.org/browse/TEIID-3094?page=com.atlassian.jira.plugin... ]
Filip Elias updated TEIID-3094:
-------------------------------
Description:
Minus sign is not escaped in SOLR translator which causes parse exception, because the "-" is a special character.
Example of query:
Query: {code}SELECT BQT1.SmallA.IntNum FROM BQT1.SmallA WHERE BQT1.SmallA.IntNum = -1{code}
Query parameter q is set to: {code}IntNum:-1{code} but it should be: {code}IntNum:\-1{code}
Log is in the attachment.
was:
Minus sign is not escaped in SOLR translator which causes parse exception, because the "-" is a special character.
Example of query:
Query: SELECT BQT1.SmallA.IntNum FROM BQT1.SmallA WHERE BQT1.SmallA.IntNum = -1
Query parameter q is set to "IntNum:-1" but it should be "IntNum:\\-1"
Log is in the attachment.
> SOLR: minus sign is not escaped
> -------------------------------
>
> Key: TEIID-3094
> URL: https://issues.jboss.org/browse/TEIID-3094
> Project: Teiid
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 8.7
> Reporter: Filip Elias
> Assignee: Steven Hawkins
> Attachments: server.log
>
>
> Minus sign is not escaped in SOLR translator which causes parse exception, because the "-" is a special character.
> Example of query:
> Query: {code}SELECT BQT1.SmallA.IntNum FROM BQT1.SmallA WHERE BQT1.SmallA.IntNum = -1{code}
> Query parameter q is set to: {code}IntNum:-1{code} but it should be: {code}IntNum:\-1{code}
> Log is in the attachment.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 7 months
[JBoss JIRA] (TEIID-3094) SOLR: minus sign is not escaped
by Filip Elias (JIRA)
[ https://issues.jboss.org/browse/TEIID-3094?page=com.atlassian.jira.plugin... ]
Filip Elias updated TEIID-3094:
-------------------------------
Description:
Minus sign is not escaped in SOLR translator which causes parse exception, because the "-" is a special character.
Example of query:
Query: SELECT BQT1.SmallA.IntNum FROM BQT1.SmallA WHERE BQT1.SmallA.IntNum = -1
Query parameter q is set to "IntNum:-1" but it should be "IntNum:\\-1"
Log is in the attachment.
was:
Minus sign is not escaped in SOLR translator which causes parse exception, because the "-" is a special character.
Example of query:
Query: SELECT BQT1.SmallA.IntNum FROM BQT1.SmallA WHERE BQT1.SmallA.IntNum = -1
Query parameter q is set to "IntNum:-1" but it should be "IntNum:\-1"
Log is in the attachment.
> SOLR: minus sign is not escaped
> -------------------------------
>
> Key: TEIID-3094
> URL: https://issues.jboss.org/browse/TEIID-3094
> Project: Teiid
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 8.7
> Reporter: Filip Elias
> Assignee: Steven Hawkins
> Attachments: server.log
>
>
> Minus sign is not escaped in SOLR translator which causes parse exception, because the "-" is a special character.
> Example of query:
> Query: SELECT BQT1.SmallA.IntNum FROM BQT1.SmallA WHERE BQT1.SmallA.IntNum = -1
> Query parameter q is set to "IntNum:-1" but it should be "IntNum:\\-1"
> Log is in the attachment.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 7 months