[jOOQ/jOOQ#17026] Repeated WHERE FALSE clause in CREATE TABLE AS SELECT .. WITH NO DATA emulation, when query is nested

This commit is contained in:
Lukas Eder 2024-08-07 14:30:56 +02:00
parent 1b344e8693
commit d3b72dff19

View File

@ -566,7 +566,7 @@ final class Tools {
/**
* [#7139] No data must be selected in the <code>SELECT</code> statement.
*/
DATA_SELECT_NO_DATA,
DATA_SELECT_NO_DATA(true, null, 1),
/**
* [#3381] Omit the {@link Clause#SELECT_INTO}, as it is being emulated.