[jOOQ/jOOQ#15015] A few MySQL 5.6 related fixes

This commit is contained in:
Lukas Eder 2023-05-04 11:08:01 +02:00
parent 198c05e983
commit fb4d8734e0
3 changed files with 9 additions and 15 deletions

View File

@ -60,6 +60,7 @@ import static org.jooq.SQLDialect.MARIADB;
import static org.jooq.SQLDialect.MYSQL;
// ...
// ...
// ...
import static org.jooq.SQLDialect.POSTGRES;
// ...
// ...

View File

@ -133,6 +133,14 @@ implements
default:
super.acceptFunctionName(ctx);
break;

View File

@ -26291,12 +26291,6 @@ public class DSL {
@ -26308,15 +26302,6 @@ public class DSL {
* Create a GROUPING(field) aggregation field to be used along with
* <code>CUBE</code>, <code>ROLLUP</code>, and <code>GROUPING SETS</code>
* groupings.
* <p>
* This has been observed to work with the following databases:
* <ul>
* <li>DB2</li>
* <li>Oracle</li>
* <li>PostgreSQL 9.5</li>
* <li>SQL Server</li>
* <li>Sybase SQL Anywhere</li>
* </ul>
*
* @param field The function argument
* @return The <code>GROUPING</code> aggregation field