Skip to content

Commit 2b4c7bb

Browse files
committed
doc
Signed-off-by: Andrey Pyzhikov <5071@mail.ru>
1 parent 1541d06 commit 2b4c7bb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

user_guide_src/source/changelogs/v4.2.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Enhancements
2424
- See :ref:`content-security-policy` for details.
2525
- New View Decorators allow modifying the generated HTML prior to caching.
2626
- Added Subqueries in the FROM section. See :ref:`query-builder-from-subquery`.
27-
- Added Subqueries in the SELECT section.
27+
- Added Subqueries in the SELECT section. See :ref:`query-builder-select-subquery`.
2828
- Added Validation Strict Rules. See :ref:`validation-traditional-and-strict-rules`.
2929
- Added new OCI8 driver for database.
3030
- It can access Oracle Database and supports SQL and PL/SQL statements.

user_guide_src/source/database/query_builder.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ the resulting field.
167167
.. literalinclude:: query_builder/014.php
168168
:lines: 2-
169169

170+
.. _query-builder-select-subquery:
171+
170172
**$builder->selectSubquery()**
171173

172174
Adds a subquery to the SELECT section.

0 commit comments

Comments
 (0)