Skip to content

2.1.1 - Add MySqlPlatform for DBAL version <= 3.2

Latest
Compare
Choose a tag to compare
@stephanschuler stephanschuler released this 22 Aug 12:36
31efa89

Doctrine uses MySqlPlatform as common parent class for all mysql-ish
platforms up until DBAL version 3.2. Startig with DBAL version 3.3,
the common class is AbstractMySQLPlatform.