fake-xrm-easy icon indicating copy to clipboard operation
fake-xrm-easy copied to clipboard

Improve pattern matching / wildcard support in LIKE operator implementation

Open jordimontana82 opened this issue 3 months ago • 0 comments

Ported issue from v1.x:

https://github.com/jordimontana82/fake-xrm-easy/issues/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

jordimontana82 avatar Mar 17 '24 13:03 jordimontana82