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

like_regex only matches full string patterns

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major 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.*'.

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

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

                Created:
                Updated:
                Resolved: