Skip to content

Commit

Permalink
Use proper "quoted" term for PAGE_TSCONFIG_STR (#788)
Browse files Browse the repository at this point in the history
[TASK] Use proper "quoted" term for PAGE_TSCONFIG_STR
  • Loading branch information
mbrodala authored Sep 27, 2023
1 parent 84b06e5 commit e7c4ac1
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 e7c4ac1

Please sign in to comment.