Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Comments

fixed replacing bug on WHERE IN statement (fixes #778)#779

Merged
sio4 merged 2 commits intomainfrom
fix-where-in-regex
Sep 24, 2022
Merged

fixed replacing bug on WHERE IN statement (fixes #778)#779
sio4 merged 2 commits intomainfrom
fix-where-in-regex

Conversation

@sio4
Copy link
Member

@sio4 sio4 commented Sep 23, 2022

As reported in #524, Where() has a bug regarding regex handling for IN support.
This PR fixed the issue and improved test cases for Where()

fixes #778

@sio4 sio4 added the bug Something isn't working label Sep 23, 2022
@sio4 sio4 added this to the v6.0.7 milestone Sep 23, 2022
@sio4 sio4 self-assigned this Sep 23, 2022
@sio4 sio4 mentioned this pull request Sep 23, 2022
30 tasks
@sio4 sio4 requested review from a team September 23, 2022 11:54
@sio4 sio4 merged commit 30ded0f into main Sep 24, 2022
@sio4 sio4 deleted the fix-where-in-regex branch September 24, 2022 05:39
@sio4 sio4 added the s: fixed was fixed or solution offered label Sep 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working s: fixed was fixed or solution offered

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix regex bug on the WHERE col IN (?)

1 participant