-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
7.2, 7.3, 7.4, 7.5
-
None
/*+ cache */
CREATE VIRTUAL PROCEDURE
BEGIN
SELECT 'winning';
END
The cache hint is saved w/the Command Object even though it is not reflected in the display of the text after validation.
com.metamatrix.query.internal.ui.sqleditor.component.QueryDisplayComponent:313 & 314
The Command object on these lines has a member cacheHint, holding the reference to the cacheHint, this is ignored when the sqlText is set with the line:
this.sqlText = sqlDisplayNode.toDisplayString();
- clones
-
JBDS-1934 (Teiid) Cache hint not being displayed after validation of Virtual Procedure in JBoss Developer Studio
- Closed
-
JBIDE-10213 Cache hint not being displayed after validation of Virtual Procedure in JBoss Developer Studio
- Closed
-
TEIID-1845 Cache hint not being displayed after validation of Virtual Procedure in JBoss Developer Studio
- Closed