[jOOQ/jOOQ#9316] Also support STRAIGHT_JOIN for MariaDB and MemSQL
This commit is contained in:
parent
19702a79f1
commit
98799f78eb
@ -141,7 +141,7 @@ public enum JoinType {
|
||||
/**
|
||||
* <code>STRAIGHT_JOIN</code> two tables.
|
||||
*/
|
||||
@Support({ MYSQL })
|
||||
@Support({ MARIADB, MYSQL })
|
||||
STRAIGHT_JOIN("straight_join", true),
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user