File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
172174Adds a subquery to the SELECT section.
You can’t perform that action at this time.
0 commit comments