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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user