-
-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Version
2.14.2
Details
Hi,
I am using GridifyAsync for finding the records which some field contains some string starting with whitespace, but it ignores the first white space of that string.
e.g. I want to look for " Something" on column error:
error Like =* Something
the sql would be like:
SELECT *
FROM tbl_Log
WHERE Error Like '% Something%'
but it search for all strings in error column which has "Something".
Steps to reproduce
- Step 1
make some table with string column - Step 2
search using below expression:
error Like =* Something
alirezanet
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working