[jOOQ/jOOQ#8630] MariaDB does not yet support this
This commit is contained in:
parent
649e7aa871
commit
4e694b38cc
@ -25757,7 +25757,7 @@ public class DSL {
|
||||
* @see #rollup(Field...)
|
||||
*/
|
||||
@NotNull
|
||||
@Support({ MARIADB, MYSQL, POSTGRES })
|
||||
@Support({ MYSQL, POSTGRES })
|
||||
public static Field<Integer> grouping(Field<?> field) {
|
||||
return function("grouping", Integer.class, field);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user