[jOOQ/jOOQ#15015] A few MySQL 5.6 related fixes
This commit is contained in:
parent
198c05e983
commit
fb4d8734e0
@ -60,6 +60,7 @@ import static org.jooq.SQLDialect.MARIADB;
|
||||
import static org.jooq.SQLDialect.MYSQL;
|
||||
// ...
|
||||
// ...
|
||||
// ...
|
||||
import static org.jooq.SQLDialect.POSTGRES;
|
||||
// ...
|
||||
// ...
|
||||
|
||||
@ -133,6 +133,14 @@ implements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
default:
|
||||
super.acceptFunctionName(ctx);
|
||||
break;
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user