Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • typo3typo3
  • Repository
Switch branch/tag
  • typo3
  • typo3
  • sysext
  • core
  • Classes
  • Database
  • Connection.php
Find file BlameHistoryPermalink
  • Markus Klein's avatar
    [BUGFIX] Apply enableFields in JOIN's ON condition · a0b5e940
    Markus Klein authored Jun 25, 2020 and Georg Ringer's avatar Georg Ringer committed Apr 15, 2021
    If an OUTER JOIN is requested, the "disabled" rows
    of the joined table must be filtered before the join
    is executed. Therefore the enableFields conditions
    must be applied in the ON condition of the join.
    
    Resolves: #88919
    Releases: master, 10.4, 9.5
    Change-Id: I996fe4929b2ca9a5dbaa8c5907a4ad6141bd8853
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68740
    
    
    Tested-by: default avatarTYPO3com <noreply@typo3.com>
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Georg Ringer's avatarGeorg Ringer <georg.ringer@gmail.com>
    Reviewed-by: Georg Ringer's avatarGeorg Ringer <georg.ringer@gmail.com>
    a0b5e940