Skip to content

Fix iLike() falsely turning escaped % and _ into wildcards - #23943

Merged
MorrisJobke merged 1 commit into
masterfrom
bugfix/oci/fix-ilike-on-oracle
Nov 6, 2020
Merged

Fix iLike() falsely turning escaped % and _ into wildcards#23943
MorrisJobke merged 1 commit into
masterfrom
bugfix/oci/fix-ilike-on-oracle

Conversation

@nickvergessen

Copy link
Copy Markdown
Member

Otherwise Oracle fails:

'find "_" escaped' => ['_', ['CLOUD'], [], [['uri2', 'find without options']]],

As the _ is not escaped anymore

Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen

Copy link
Copy Markdown
MemberAuthor

/backport to stable20

@nickvergessen

Copy link
Copy Markdown
MemberAuthor

/backport to stable19

@nickvergessen

Copy link
Copy Markdown
MemberAuthor

/backport to stable18

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsbug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@nickvergessen@MorrisJobke@ChristophWurst