Skip to content

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

Merged
mvorisek merged 7 commits intodevelopfrom
fix_like_cs
Apr 26, 2024
Merged

Impl. binary (case sensitive) LIKE/REGEXP for SQLite#1202
mvorisek merged 7 commits intodevelopfrom
fix_like_cs

Conversation

@mvorisek
Copy link
Copy Markdown
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
@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

Development

Successfully merging this pull request may close these issues.

2 participants