[#8637] Support annotation mismatch between overloaded methods
This commit is contained in:
parent
626703b841
commit
8d61fa4235
@ -13300,7 +13300,7 @@ public class DSL {
|
||||
* @see #replace(Field, String, String)
|
||||
* @see Field#like(Field, char)
|
||||
*/
|
||||
@Support({ CUBRID, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES, SQLITE })
|
||||
@Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES, SQLITE })
|
||||
public static Field<String> escape(Field<String> field, char escape) {
|
||||
Field<String> replace = field;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user