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

like_regex only matches full string patterns

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.6, 7.7
    • 7.5
    • Query Engine
    • None
    • Hide

      Use a pattern that matches the whole string. Instead of 'a', use '.*a.*'.

      Show
      Use a pattern that matches the whole string. Instead of 'a', use '.*a.*'.

    Description

      like_regex currently asks the compiled pattern matcher if the pattern matches in full, not for the first occurrence. This means that a pattern such as 'a' will not match 'cat'.

      Attachments

        Activity

          People

            rhn-engineering-shawkins Steven Hawkins
            rhn-engineering-shawkins Steven Hawkins
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: