Skip to content

Commit

Permalink
Address WITH RECURSIVE …
Browse files Browse the repository at this point in the history
  • Loading branch information
mehov authored Dec 1, 2023
1 parent 04cf8d5 commit 4cbe159
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions en/orm/query-builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1904,6 +1904,8 @@ To build that query with the ORM query builder we would use::
]
]);

If you need to build a recursive query (`WITH RECURSIVE …`), chain `->recursive()` onto `return $cte`.

.. versionadded:: 4.1.0
Common table expression support was added.

Expand Down

0 comments on commit 4cbe159

Please sign in to comment.