Skip to content

Commit

Permalink
Properly nest window functions heading, rename to avoid duplicates.
Browse files Browse the repository at this point in the history
This section isn't a child of the "Using SQL Functions" section, causing
it to act as a parent for the following "Custom Functions" section.

Also there are two "Window Functions" headings, causing the second one
to generate a not overly descriptive link anchor named `id0`.
  • Loading branch information
ndm2 committed Jul 24, 2020
1 parent 5736cf6 commit 5b9c166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/orm/query-builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ You can access existing wrappers for several SQL functions through ``Query::func
``dayOfWeek()``
Returns a FunctionExpression representing a call to SQL WEEKDAY function.

Window Functions
----------------
Window-Only Functions
^^^^^^^^^^^^^^^^^^^^^

These window-only functions contain a window expression by default:

Expand Down

0 comments on commit 5b9c166

Please sign in to comment.