Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-1844

Missing paren invalidates code example in EDS documentation

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.6
    • 7.1.1, 7.4.1
    • Documentation
    • None

    Description

      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.

      Attachments

        Activity

          People

            van.halbert Van Halbert (Inactive)
            rhn-support-jolee Johnathon Lee
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: