Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • typo3typo3
  • Repository
  • typo3
  • typo3
  • sysext
  • core
  • Classes
  • Resource
  • ProcessedFileRepository.php
Find file Blame History Permalink
  • benni's avatar
    [BUGFIX] Add createSchemaManager to DBAL Connection · 2cb7a089
    benni 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: default avatarcore-ci <typo3@b13.com>
    Tested-by: default avatarBenni Mack <benni@typo3.org>
    Reviewed-by: default avatarBenni Mack <benni@typo3.org>
    2cb7a089