#1255 - Regression on raw LIKE expression with slashes on Postgres

This commit is contained in:
Rob Bygrave
2018-02-09 21:28:39 +13:00
parent 17abd6d977
commit 2f47235018
11 changed files with 37 additions and 27 deletions
@@ -64,7 +64,7 @@ public interface SpiExpressionRequest {
/**
* Append a DB Like clause.
*/
void appendLike();
void appendLike(boolean rawLikeExpression);
/**
* Escapes a string to use it as exact match in Like clause.