[teiid-issues] [JBoss JIRA] (TEIID-1845) Cache hint not being displayed after validation of Virtual Procedure in JBoss Developer Studio

Steven Hawkins (Updated) (JIRA) jira-events at lists.jboss.org
Mon Nov 21 15:40:40 EST 2011


     [ https://issues.jboss.org/browse/TEIID-1845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins updated TEIID-1845:
----------------------------------

          Summary: Cache hint not being displayed after validation of Virtual Procedure in JBoss Developer Studio  (was: CLONE - Cache hint not being displayed after validation of Virtual Procedure in JBoss Developer Studio)
         Assignee: Steven Hawkins
    Fix Version/s: 7.6
         Priority: Minor  (was: Major)
      Description: 
/*+ 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();

  was:
/*+ cache */
CREATE VIRTUAL PROCEDURE
  SELECT 'winning';
BEGIN
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();


    
> Cache hint not being displayed after validation of Virtual Procedure in JBoss Developer Studio
> ----------------------------------------------------------------------------------------------
>
>                 Key: TEIID-1845
>                 URL: https://issues.jboss.org/browse/TEIID-1845
>             Project: Teiid
>          Issue Type: Bug
>          Components: Query Engine
>    Affects Versions: 7.2
>         Environment: JBoss Developer Studio 4.0
> JBoss Developer Studio 4.1
>            Reporter: Johnathon Lee
>            Assignee: Steven Hawkins
>            Priority: Minor
>             Fix For: 7.6
>
>
> /*+ 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();

--
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

        


More information about the teiid-issues mailing list