Commit 64496f0e authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Déclaration de la nouvelle plateforme Doctrine\DBAL\Platforms\PostgreSQL120Platform.

parent cfcb3db6
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
Changelog
=========

6.1.3
-----
- Déclaration de la nouvelle plateforme Doctrine\DBAL\Platforms\PostgreSQL120Platform.

6.1.2
-----
- Possibilité de voir le SQL généré et utilisé pour réaliser une synchro.
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
namespace UnicaenDbImport;

use Doctrine\DBAL\Platforms\PostgreSQL100Platform;
use Doctrine\DBAL\Platforms\PostgreSQL120Platform;
use Doctrine\DBAL\Platforms\PostgreSQL91Platform;
use Doctrine\DBAL\Platforms\PostgreSQL92Platform;
use Doctrine\DBAL\Platforms\PostgreSQL94Platform;
@@ -22,6 +23,7 @@ return [
            PostgreSQL92Platform::class  => CodeGenerator::class,
            PostgreSQL94Platform::class  => CodeGenerator::class,
            PostgreSQL100Platform::class => CodeGenerator::class,
            PostgreSQL120Platform::class => CodeGenerator::class,
        ],
        /**
         * @see Config::getCodeGeneratorsFactoriesConfig()