Improve pattern matching / wildcard support in LIKE operator implementation
jordimontana82 opened this issue · 1 comments
jordimontana82 commented
Ported issue from v1.x:
jordimontana82/fake-xrm-easy#509
The existing LIKE implementation was limited to just the underlying '%' wildcard character, however, the T-SQL implementation of LIKE operator supports many other wildcard characters:
Details of LIKE pattern matching: https://learn.microsoft.com/en-us/sql/t-sql/language-elements/like-transact-sql?view=sql-server-ver16