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
  • ..
  • Repository
  • PageRepository.php
Find file BlameHistoryPermalink
  • Benni Mack's avatar
    [TASK] Doctrine DBAL: Use fetchAssociative() instead of fetch() · c975426b
    Benni Mack authored Jul 28, 2021 and Oliver Bartsch's avatar Oliver Bartsch committed Jul 29, 2021
    This change migrates $result->fetch() methods
    to $result->fetchAssociative() and $result->closeCursor()
    to $result->free() methods.
    
    Since TYPO3 uses fetchMode "associative" by default when
    setting up the connections, this change is another
    step towards Doctrine DBAL 3.0 compatibility.
    
    Resolves: #94659
    Releases: master
    Change-Id: Idce7c8466925a6e58059e7e16ebc3ffe35ca6fa6
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70125
    
    
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Tested-by: Oliver Bartsch's avatarOliver Bartsch <bo@cedev.de>
    Reviewed-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Reviewed-by: Oliver Bartsch's avatarOliver Bartsch <bo@cedev.de>
    c975426b