Skip to content
Snippets Groups Projects
Commit 85a24ac4 authored by Roman Khabibov's avatar Roman Khabibov Committed by Kirill Yukhin
Browse files

sql: remove "PRAGMA case_sensitive_like"

According to ANSI, LIKE should match characters taking into account
collations of arguments, and this is done in the next patch. In turn,
this patch makes LIKE be always case sensitive and erases
case_sensitive_like pragma. Alongside with it, code related to no-case
LIKE optimization is removed as well.

Part of #3589
parent b4e61e1b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment