Escape SQL LIKE wildcards in queries (CPS-1760 #1) 33/135133/6
authordanielhanrahan <daniel.hanrahan@est.tech>
Fri, 23 Jun 2023 11:49:27 +0000 (12:49 +0100)
committerdanielhanrahan <daniel.hanrahan@est.tech>
Thu, 6 Jul 2023 16:28:00 +0000 (17:28 +0100)
If '%' and '_' are used in the contains-condition of a CpsPath query,
incorrect results will be returned. For example:
  /bookstore/categories[contains(@code, "%")]
Special characters in the contains-condition value must be escaped.

Issue-ID: CPS-1762
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I2fdd5a26433d510cd7d6af5b734a6779b537d63d


No differences found