Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impl. binary (case sensitive) LIKE/REGEXP for SQLite #1202

Merged
merged 7 commits into from
Apr 26, 2024
Merged

Conversation

mvorisek
Copy link
Member

@mvorisek mvorisek commented Apr 23, 2024

for binary/blob columns (all SQLite columns /wo COLLATION NOCASE)

the main motivation is to align the behaviour with MySQL

@mvorisek mvorisek changed the title Impl. case sensitive LIKE/REGEXP for SQLite Impl. binary (case sensitive) LIKE/REGEXP for SQLite Apr 23, 2024
@mvorisek mvorisek force-pushed the fix_like_cs branch 2 times, most recently from f4e23e2 to 39657de Compare April 23, 2024 19:51
@mvorisek mvorisek added the MAJOR label Apr 23, 2024
@mvorisek mvorisek force-pushed the fix_like_cs branch 7 times, most recently from 7908791 to fa55ed4 Compare April 24, 2024 14:39
@mvorisek mvorisek marked this pull request as ready for review April 24, 2024 14:46
@mvorisek mvorisek force-pushed the fix_like_cs branch 2 times, most recently from a5ac1d1 to e309e87 Compare April 25, 2024 13:09
@mvorisek mvorisek merged commit 5f41361 into develop Apr 26, 2024
31 checks passed
@mvorisek mvorisek deleted the fix_like_cs branch April 26, 2024 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants