Skip to content

Commit

Permalink
Fluent: add union() and unionAll()
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar authored and dg committed Aug 5, 2023
1 parent 934e389 commit 2a11971
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Dibi/Fluent.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
* @method Fluent innerJoin(...$table)
* @method Fluent rightJoin(...$table)
* @method Fluent outerJoin(...$table)
* @method Fluent union(Fluent $fluent)
* @method Fluent unionAll(Fluent $fluent)
* @method Fluent as(...$field)
* @method Fluent on(...$cond)
* @method Fluent and(...$cond)
Expand Down

0 comments on commit 2a11971

Please sign in to comment.