Skip to content

Commit

Permalink
Merge pull request #16 from netbrothers-gmbh/15-warning-unsupported-d…
Browse files Browse the repository at this point in the history
…atabase-platform-doctrinedbalplatformsmysql80platform

ExecuteService: Adding \Doctrine\DBAL\Platforms\MySQL80Platform in SU…
  • Loading branch information
netbrothers-sw authored Jan 26, 2023
2 parents 56c3a55 + 24ac988 commit 74df44f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Services/Sql/ExecuteService.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
use Doctrine\DBAL\Exception;
use Doctrine\DBAL\Platforms\MariaDb1027Platform;
use Doctrine\DBAL\Platforms\MariaDBPlatform;
use Doctrine\DBAL\Platforms\MySQL80Platform;
use Doctrine\DBAL\Platforms\MySQLPlatform;
use Doctrine\ORM\EntityManagerInterface;

Expand All @@ -26,6 +27,7 @@ class ExecuteService
MariaDb1027Platform::class, // @todo remove when merged (Doctrine DBAL 4.0)
MariaDBPlatform::class,
MySQLPlatform::class,
MySQL80Platform::class,
];

private Connection $connection;
Expand Down

0 comments on commit 74df44f

Please sign in to comment.