[jOOQ/jOOQ#10920] PostgreSQL supports XMLTABLE only after version 10

This commit is contained in:
Lukas Eder 2020-11-11 17:08:29 +01:00
parent 44801b2c90
commit 9753e8fc41
5 changed files with 9 additions and 12 deletions

View File

@ -37,15 +37,14 @@
*/
package org.jooq;
import org.jetbrains.annotations.*;
// ...
// ...
// ...
import static org.jooq.SQLDialect.POSTGRES;
// ...
import org.jetbrains.annotations.NotNull;
/**
* A step in the construction of an <code>XMLTABLE</code> expression.
*

View File

@ -37,15 +37,14 @@
*/
package org.jooq;
import org.jetbrains.annotations.*;
// ...
// ...
// ...
import static org.jooq.SQLDialect.POSTGRES;
// ...
import org.jetbrains.annotations.NotNull;
/**
* A step in the construction of an <code>XMLTABLE</code> expression.
*

View File

@ -37,15 +37,14 @@
*/
package org.jooq;
import org.jetbrains.annotations.*;
// ...
// ...
// ...
import static org.jooq.SQLDialect.POSTGRES;
// ...
import org.jetbrains.annotations.NotNull;
/**
* A step in the construction of an <code>XMLTABLE</code> expression.
*

View File

@ -37,15 +37,14 @@
*/
package org.jooq;
import org.jetbrains.annotations.*;
// ...
// ...
// ...
import static org.jooq.SQLDialect.POSTGRES;
// ...
import org.jetbrains.annotations.NotNull;
/**
* A step in the construction of an <code>XMLTABLE</code> expression.
*

View File

@ -78,6 +78,7 @@ import static org.jooq.SQLDialect.POSTGRES;
// ...
// ...
// ...
// ...
import static org.jooq.SQLDialect.SQLITE;
// ...
// ...