Bug 861446 - Support "pass though" SQL commands to sources
Summary: Support "pass though" SQL commands to sources
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: EDS
Version: 5.3.0 GA
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ER1
: 5.3.1
Assignee: jolee
QA Contact: Filip Nguyen
URL:
Whiteboard:
Depends On:
Blocks: 880831 857488
TreeView+ depends on / blocked
 
Reported: 2012-09-28 15:43 UTC by Rick Wagner
Modified: 2013-12-16 23:35 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Previously, there was no easy mechanism to allow a source specific query to be submitted to the runtime engine. Users needed to resort to user defined functions which can be unnecessarily complex. Source specific queries (or "native queries") can now be set in Teiid Designer. The runtime engine will then use this native query as an inline view instead of the respective table name within a FROM clause.
Clone Of:
: 880831 (view as bug list)
Environment:
Last Closed: 2013-07-09 15:39:43 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker TEIID-669 0 Major Closed Support "pass though" SQL commands to sources 2016-05-10 09:23:58 UTC

Description Rick Wagner 2012-09-28 15:43:49 UTC
* This is the Product tracker for Community JIRA TEIID-669 *

Per the EDS call 09/28/12, we should produce this feature, demonstrate it to a customer that needs it, and include it in the next available EDS Roll up after.



Currently there is no mechanism in Teiid, when a query is submitted to a runtime engine that is passed through the query engine unadulterated and unmodified and submitted directly to a source connector. All queries are parsed, optimized, re-written. Some times this limits the functionality in Teiid, when a user would like to execute a query that is very "source" specific. For example Oracle supports lots of Oracle specific functions that are not supported by the SQL spec, to support execution of these in Teiid user need to resort to UDF, which is cumbersome and involves modelling.
Another benefit of this is also to pass DDL to sources, currently since Teiid does not support DDL, this is not possible at all.

Comment 2 JBoss JIRA Server 2012-10-04 12:58:52 UTC
Steven Hawkins <shawkins> updated the status of jira TEIID-669 to Resolved

Comment 3 JBoss JIRA Server 2012-10-04 12:58:52 UTC
Steven Hawkins <shawkins> made a comment on jira TEIID-669

with TEIID-2176, TEIID-2177, and the existing native-query support I'm marking this issue as resolved as to limit what it covers.

New issues can be created to cover incremental improvements or some form of a pass through query mode directly from the client.

Comment 5 JBoss JIRA Server 2012-10-26 16:54:25 UTC
Ramesh Reddy <rareddy> made a comment on jira TEIID-669

JLee, I thought the only changes we are going to do for EDS 5.3 was in the JBDS which are going in their rollup. The extension properties for native query for relational sources is already in the 5.3. These TEIID-2176, TEIID-2177 JIRAs expand the native query support to other sources and also provide native procedure support which we are not approved for 5.3

Comment 10 jolee 2012-10-31 18:48:59 UTC
re-adding as a blocker as engineering has found an issue.  backport to follow (soon).

Comment 11 jolee 2012-10-31 21:32:02 UTC
Committed r4525 to https://svn.jboss.org/repos/teiid/branches/7.7.x

Comment 12 Filip Nguyen 2012-11-15 17:55:54 UTC
Verified in 5.3.1 ER1 with JBDS SOA/BRMS tooling 5.0.1 (released on CSP 7th November).

It is possible to set the native query in Teiid Designer in source model. The native query will be then embedded as inline view in FROM clause.

Comment 13 JBoss JIRA Server 2013-12-16 23:35:40 UTC
Steven Hawkins <shawkins> updated the status of jira TEIID-669 to Closed


Note You need to log in before you can comment on or make changes to this bug.