mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Replace documentation example of "Blacklist" join query #6484
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @albe on GitHub (Jun 7, 2020).
https://github.com/doctrine/orm/blob/master/docs/en/reference/dql-doctrine-query-language.rst#arbitrary-join
shows an example of a join query with a "Blacklist" table. This could easily be changed to a more sensible example. I would suggest "Banlist" as alternative example.
@lsmith77 commented on GitHub (Jun 8, 2020):
FYI Symfony has a similar PR where the term "blocklist" is suggested https://github.com/symfony/symfony-docs/pull/13769