[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 resolved TEIID-3094.
---------------------------------
Labels: Alpha2 (was: )
Fix Version/s: 8.7.1
8.9
Resolution: Done
Added escaping for all the symbols as specified here http://khaidoan.wikidot.com/solr
> SOLR: minus sign is not escaped
> -------------------------------
>
> Key: TEIID-3094
> URL: https://…
[View More]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
> Labels: Alpha2
> Fix For: 8.7.1, 8.9
>
> 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)
[View Less]
10 years, 7 months
[JBoss JIRA] (TEIID-3036) Update CXF to current version (3.0.0)
by Gary Gregory (JIRA)
[ https://issues.jboss.org/browse/TEIID-3036?page=com.atlassian.jira.plugin... ]
Gary Gregory commented on TEIID-3036:
-------------------------------------
FWIW, the current Apache CXF versions are 3.0.1/2.7.12
> Update CXF to current version (3.0.0)
> -------------------------------------
>
> Key: TEIID-3036
> URL: https://issues.jboss.org/browse/TEIID-3036
> Project: Teiid
> Issue Type: Feature Request
> …
[View More]Security Level: Public(Everyone can see)
> Components: Embedded
> Affects Versions: 8.8
> Reporter: Gary Gregory
> Assignee: Steven Hawkins
>
> In the same vein as TEIID-3030, we embed CXF and Teiid in our server. We use CXF 2.7.10 and are about to update to 3.0.0. At worse, we'll go to 2.7.11 as an interim step to 3.0.0.
> Teiid embedded delivers CXF 2.6.6 for web services support.
> It would be great if we could get Teiid to the latest and greatest from CXF so we can all live in the same space without being forced to deal with any incompatibilities or class loader hacks.
> Thank you,
> Gary
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
[View Less]
10 years, 7 months
[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 …
[View More]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)
[View Less]
10 years, 7 months