[jOOQ/jOOQ#16101] Revert accidental change of Support annotations

This commit is contained in:
Lukas Eder 2024-10-23 16:27:57 +02:00
parent 148bc522c4
commit 6538877bdb

View File

@ -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);
/**