Bugfix/issue 891#892
Conversation
…4402514 on some 11.2.0.4 instances
|
Would not be better to create a new test called it fix_to_bug_891 and make a changes there ? |
|
@lwasylow the behavior of the test did not change. It just uses |
|
Please note that the bug kicks in only when comparing CLOB with LIKE using ESCAPE, and even than not in all cases. To avoid that we simply have to use REGEXP_LIKE instead of LIKE with ESCAPE. in this case this means |
|
Currently we are just lucky to use a 11.2 XE docker image, where this bug does not exist. This solution ensures that it will work even on the most recent 11.2 version. From my point of view this is better than having some tests which need to be manually enabled/disabled. |
|
Make senses. |
used
to_matchinstead ofto_be_liketo make it work on all 11.2.0.4 Oracle Database instances.