Skip to content

Commit

Permalink
[Backport 12.4] Use proper "quoted" term for PAGE_TSCONFIG_STR (#790)
Browse files Browse the repository at this point in the history
[TASK] Use proper "quoted" term for PAGE_TSCONFIG_STR

Co-authored-by: Mathias Brodala <[email protected]>
  • Loading branch information
github-actions[bot] and mbrodala authored Sep 27, 2023
1 parent 6c920b6 commit e609b32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ It is possible to use markers in the WHERE clause:

The markers are preprocessed so that the value of CURRENT\_PID and PAGE\_TSCONFIG\_ID are always integers
(default is zero), PAGE\_TSCONFIG\_IDLIST will always be a comma-separated list of integers (default is zero)
and PAGE\_TSCONFIG\_STR will be addslashes'ed before substitution (default is blank string).
and PAGE\_TSCONFIG\_STR will be quoted before substitution (default is blank string).

More information about markers set by Page TSconfig can be found in
the :ref:`TSconfig reference <t3tsconfig:pagetceformconfobj>`.
Expand Down

0 comments on commit e609b32

Please sign in to comment.