mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-23 09:54:26 +01:00
Merge 'Escape character is ignored in LIKE function' from lgualtieri75
Fixes #1051 Reviewed-by: Preston Thorpe (@PThorpe92) Closes #1074
This commit is contained in:
@@ -74,6 +74,10 @@ John|Johnson
|
||||
Stephen|Stephens
|
||||
Robert|Roberts}
|
||||
|
||||
do_execsql_test where-like-another-column-prefix {
|
||||
select count(*) from users where last_name like 'Pe#rry' escape '#';
|
||||
} {19}
|
||||
|
||||
do_execsql_test where-like-impossible {
|
||||
select * from products where 'foobar' like 'fooba';
|
||||
} {}
|
||||
|
||||
Reference in New Issue
Block a user