Skip to content

fix(sql): fix (i)like with single character pattern#3007

Merged
bluestreak01 merged 3 commits intomasterfrom
bz_fix_like_with_single_char_pattern
Feb 23, 2023
Merged

fix(sql): fix (i)like with single character pattern#3007
bluestreak01 merged 3 commits intomasterfrom
bz_fix_like_with_single_char_pattern

Conversation

@bziobrowski
Copy link
Contributor

Fixes like()/ilike() when pattern is a single character, e.g.

create table tab (s string);
insert into tab  values ('v');
select * from tab where s like '_';

It should return row with 'v' .

@puzpuzpuz puzpuzpuz added Bug Incorrect or unexpected behavior SQL Issues or changes relating to SQL execution labels Feb 21, 2023
@ideoma
Copy link
Collaborator

ideoma commented Feb 23, 2023

[PR Coverage check]

😍 pass : 0 / 0 (0%)

@bluestreak01 bluestreak01 merged commit 880444f into master Feb 23, 2023
@bluestreak01 bluestreak01 deleted the bz_fix_like_with_single_char_pattern branch February 23, 2023 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Incorrect or unexpected behavior SQL Issues or changes relating to SQL execution

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants