mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1255 - Regression on raw LIKE expression with slashes on Postgres
This commit is contained in:
@@ -75,7 +75,7 @@ public class TDSpiExpressionRequest implements SpiExpressionRequest {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void appendLike() {
|
||||
public void appendLike(boolean rawLikeExpression) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user