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
  • DataHandling
  • DataHandler.php
Find file BlameHistoryPermalink
  • Benni Mack's avatar
    [BUGFIX] Add createSchemaManager to DBAL Connection · 2cb7a089
    Benni Mack authored Dec 07, 2021
    This change adds the new createSchemaManager() to
    our Doctrine DBAL Connection subclass to make it
    forward-compatible with Doctrine DBAL 3.x.
    
    createSchemaManager() is introduced with DBAL 3.x and
    is replacing getSchemaManager() which will be removed
    in Doctrine DBAL 4.
    
    Since this is a very lowlevel change, the method
    can be added without most notice for extension authors.
    
    Resolves: #96286
    Releases: main, 11.5
    Change-Id: Ifdccc2b0dff443bfe38d23a1bd1333b5c7c5db40
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72555
    
    
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    Reviewed-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    2cb7a089