[jOOQ/jOOQ#15807] Wrong OSS edition API removal
This commit is contained in:
parent
f05e9e1bc5
commit
2c055b6df8
@ -1403,17 +1403,16 @@ extends
|
||||
@Support
|
||||
TablePartitionByStep<Record> leftJoin(TableLike<?> table);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* <code>LEFT OUTER JOIN</code> a path to this table.
|
||||
* <p>
|
||||
* A synonym for {@link #leftOuterJoin(Path)}.
|
||||
*
|
||||
* @see #leftOuterJoin(Path)
|
||||
*/
|
||||
@NotNull
|
||||
@Support
|
||||
TableOptionalOnStep<Record> leftJoin(Path<?> path);
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user