#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
@@ -75,7 +75,7 @@ public class TDSpiExpressionRequest implements SpiExpressionRequest {
}
@Override
public void appendLike() {
public void appendLike(boolean rawLikeExpression) {
}