This repository was archived by the owner on Jan 28, 2021. It is now read-only.
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
LIKE fails when new lines are present #814
Closed
Description
LIKE
does not search a string when it contains a new line anywhere in the string. It does not error, but does not return the line even though the text is contained within, when the expected behavior is to return all rows that match.
Attached is a patch that may be applied to the latest as of the time of this issue filing. This adds a new SELECT
test for the LIKE
issue, along with a new memory table, and changes the relevant tests to also look for the new table.