[JBoss JIRA] Created: (TEIIDDES-1071) Improve usability for primary end-to-end use cases
by Barry LaFond (JIRA)
Improve usability for primary end-to-end use cases
--------------------------------------------------
Key: TEIIDDES-1071
URL: https://issues.jboss.org/browse/TEIIDDES-1071
Project: Teiid Designer
Issue Type: Feature Request
Components: Modeling
Affects Versions: 7.5
Reporter: Barry LaFond
Priority: Blocker
Fix For: 7.6, 8.0
Basic modeling operations for Teiid Designer can confusing because of the wealth of options and lack of UI assistance.
1) Create Cheat Sheets for multi-step modeling processes
2) Create Advisor framework to assist user in monitoring progress through these steps
3) Create new customizable top-down view of workspace showing model dependencies and project/folder containment.
- Allow drill-down editing ( EXAMPLE: Workspace > Project > Folder > Model > Table > Column )
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (TEIIDDES-1255) Execution plan without executing the query
by Ramesh Reddy (JIRA)
Ramesh Reddy created TEIIDDES-1255:
--------------------------------------
Summary: Execution plan without executing the query
Key: TEIIDDES-1255
URL: https://issues.jboss.org/browse/TEIIDDES-1255
Project: Teiid Designer
Issue Type: Bug
Reporter: Ramesh Reddy
DTP execution panel, when user right clicks on the query and ask for execution plan then no execution plan is returned. Only if the user executes the query then the execution plan, then user requests for plan it is returned. A query plan can be retrived by excuting
SET NOEXEC ON
<query>
SET NOEXEC OFF
Also, when I tried to manually do the above steps in the DTP SQL Scrap Book, then it seemed like it is using a separate connection for each of the abouve commands. so to check that we did
SET NOEXEC OFF
SHOW NOEXEC -> result was -> NULL (should have been ON)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] Created: (TEIIDDES-923) Passing NULL into a Procedure in Preview Causes Exception
by Ted Jones (JIRA)
Passing NULL into a Procedure in Preview Causes Exception
---------------------------------------------------------
Key: TEIIDDES-923
URL: https://issues.jboss.org/browse/TEIIDDES-923
Project: Teiid Designer
Issue Type: Bug
Components: Data Preview
Affects Versions: 7.4
Reporter: Ted Jones
I have a virtual procedure that accepts one parameter that may be null. When I pass a value in it works fine but when I check the NULL checkbox fir the input variable I get the following exception, "Remote org.teiid.api.exception.query.QueryValidatorException: Bind variables (represented as "?") were found but are allowed only in prepared or callable statements."
Here is the generated query from preview: select * from ( exec RestfulBooks.getBooks(?) ) AS X_X
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months