Skip to content
  • Benni Mack's avatar
    [BUGFIX] DBAL: Do not use deprecated classes · b2a22815
    Benni Mack authored and Christian Kuhn's avatar Christian Kuhn committed
    
    
    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: default avatarOliver Bartsch <bo@cedev.de>
    Tested-by: default avatarTYPO3com <noreply@typo3.com>
    Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
    Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
    Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
    b2a22815