[teiid-issues] [JBoss JIRA] (TEIID-1844) Missing paren invalidates code example in EDS documentation

Van Halbert (Resolved) (JIRA) jira-events at lists.jboss.org
Tue Nov 22 07:50:40 EST 2011


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

Van Halbert resolved TEIID-1844.
--------------------------------

    Resolution: Done


Added the missing right paren to the example.
                
> Missing paren invalidates code example in EDS documentation
> -----------------------------------------------------------
>
>                 Key: TEIID-1844
>                 URL: https://issues.jboss.org/browse/TEIID-1844
>             Project: Teiid
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 7.1.1, 7.4.1
>         Environment: JBoss Enterprise Data Services Platform 5.1.0, JBoss Enterprise Data Services Platform 5.2.0
>            Reporter: Johnathon Lee
>            Assignee: Van Halbert
>             Fix For: 7.6
>
>
> From:
> http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Data_Services/5/html/Data_Services_Caching_Guide/results.html#id2656418
> Section 2.2.1, example 2.2
> /*+ cache(pref_mem ttl:60000 */ select col from t
> is missing a right paren and should read:
> /*+ cache(pref_mem ttl:60000) */ select col from t
> Copying this example from the docs will cause the cache hint to be invalidated.

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