[
https://issues.jboss.org/browse/TEIID-1820?page=com.atlassian.jira.plugin...
]
Steven Hawkins updated TEIID-1820:
----------------------------------
Workaround Description: Use a pattern that matches the whole string. Instead of
'a', use '.\*a.\*'. (was: Use a pattern that matches the whole string.
Instead of 'a', use '.*a.*'.)
like_regex only matches full string patterns
--------------------------------------------
Key: TEIID-1820
URL:
https://issues.jboss.org/browse/TEIID-1820
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 7.5
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 7.6
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'.
--
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