Loading CHANGELOG.md +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. Loading config/postgresql.config.php +2 −0 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -22,6 +23,7 @@ return [ PostgreSQL92Platform::class => CodeGenerator::class, PostgreSQL94Platform::class => CodeGenerator::class, PostgreSQL100Platform::class => CodeGenerator::class, PostgreSQL120Platform::class => CodeGenerator::class, ], /** * @see Config::getCodeGeneratorsFactoriesConfig() Loading Loading
CHANGELOG.md +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. Loading
config/postgresql.config.php +2 −0 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -22,6 +23,7 @@ return [ PostgreSQL92Platform::class => CodeGenerator::class, PostgreSQL94Platform::class => CodeGenerator::class, PostgreSQL100Platform::class => CodeGenerator::class, PostgreSQL120Platform::class => CodeGenerator::class, ], /** * @see Config::getCodeGeneratorsFactoriesConfig() Loading