You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #15226 [Lock] Update table in lock component (zozs)
This PR was merged into the 5.2 branch.
Discussion
----------
[Lock] Update table in lock component
The table on the locks documentation does not seem to be consistent with the description for `PostgreSqlStore`. The table currently says the locks are expiring, while the textual descriptions further down the page says the opposite:
> the PostgreSqlStore does not need a table to store locks and does not expire.
and
> That means that by using :ref:`PostgreSqlStore <lock-store-pgsql>` the locks will be automatically released at the end of the session in case the client cannot unlock for any reason.
Proposed fix, modify the table so it says `no` under the Expiring column for PostgreSqlStore.
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `5.x` for features of unreleased versions).
-->
Commits
-------
0354465 Update table in lock component
0 commit comments