From: danielhanrahan Date: Fri, 23 Jun 2023 11:49:27 +0000 (+0100) Subject: Escape SQL LIKE wildcards in queries (CPS-1760 #1) X-Git-Tag: 3.3.4~14^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=531bd1002a480728936f8fa29ce87d4418783878;hp=531bd1002a480728936f8fa29ce87d4418783878;p=cps.git Escape SQL LIKE wildcards in queries (CPS-1760 #1) 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 Change-Id: I2fdd5a26433d510cd7d6af5b734a6779b537d63d ---