[jOOQ/jOOQ#16101] Revert accidental change of Support annotations
This commit is contained in:
parent
148bc522c4
commit
6538877bdb
@ -2405,7 +2405,7 @@ extends
|
||||
* @see LikeEscapeStep#escape(char)
|
||||
*/
|
||||
@NotNull
|
||||
@Support({ POSTGRES, YUGABYTEDB })
|
||||
@Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, IGNITE, MARIADB, MYSQL, POSTGRES, SQLITE, YUGABYTEDB })
|
||||
Condition likeIgnoreCase(Field<String> field, char escape);
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user