Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • T TYPO3.CMS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • accessibilityaccessibility
  • TYPO3.CMS
  • Repository
Switch branch/tag
  • TYPO3.CMS
  • typo3
  • sysext
  • core
  • Classes
  • DataHandling
  • DataHandler.php
Find file BlameHistoryPermalink
  • Benni Mack's avatar
    [BUGFIX] DBAL: Do not use deprecated classes · b2a22815
    Benni Mack authored Dec 13, 2020 and Christian Kuhn's avatar Christian Kuhn committed Dec 14, 2020
    In preparation for Doctrine DBAL 3.0,
    
    1. all usages of Doctrine\DBAL\DBALException have
    been migrated to Doctrine\DBAL\Exception,
    because DBAL Exception does not exist in
    Doctrine 3.0 anymore.
    
    2. Doctrine\DBAL\Platforms\PostgreSqlPlatform
    has been migrated to Doctrine\DBAL\Platforms\PostgreSQL94Platform
    because this class does not exist anymore in Doctrine DBAL 3.0,
    same goes for Doctrine\DBAL\Platforms\SQLServerPlatform
    which has been replaced by Doctrine\DBAL\Platforms\SQLServer2012Platform
    
    3. Doctrine\DBAL\Driver\PDOException has been
    renamed to Doctrine\DBAL\Driver\PDO\Exception
    
    4. Doctrine\DBAL\Driver\PDOStatement has been
    renamed to Doctrine\DBAL\Driver\PDO\Statement
    
    Resolves: #93071
    Releases: master
    Change-Id: I05e82f2fca09eb7718a90c09f95e503980ae10ae
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67109
    
    
    Tested-by: Oliver Bartsch's avatarOliver Bartsch <bo@cedev.de>
    Tested-by: default avatarTYPO3com <noreply@typo3.com>
    Tested-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Reviewed-by: Oliver Bartsch's avatarOliver Bartsch <bo@cedev.de>
    Reviewed-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    b2a22815