]
Van Halbert updated TEIID-1844:
-------------------------------
Fix Version/s: 7.6
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/D...
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: