[jOOQ/jOOQ#8545] CockroachDB: Support STRING_AGG(... ORDER BY)

This commit is contained in:
Knut Wannheden 2019-12-18 08:22:57 +01:00
parent 64f144581e
commit 09080a6caf

View File

@ -37,6 +37,7 @@
*/
package org.jooq;
// ...
// ...
// ...
import static org.jooq.SQLDialect.CUBRID;