[#6094] PARTITION BY not supported with FULL JOIN

This commit is contained in:
lukaseder 2017-04-21 14:43:34 +02:00
parent 4100b2ef86
commit 453edead15
2 changed files with 0 additions and 221 deletions

View File

@ -427,166 +427,6 @@ public interface TableOuterJoinStep<R extends Record> {

View File

@ -34,7 +34,6 @@
*/
package org.jooq.impl;
import static org.jooq.JoinType.FULL_OUTER_JOIN;
import static org.jooq.JoinType.LEFT_OUTER_JOIN;
import static org.jooq.JoinType.RIGHT_OUTER_JOIN;
import static org.jooq.impl.DSL.table;
@ -172,66 +171,6 @@ final class PartitionJoinTable implements TableOuterJoinStep<Record> {