@@ -47,23 +47,39 @@ protected function createExceptionConverter(): ExceptionConverter
4747 protected function getDatabasePlatformsForVersions (): array
4848 {
4949 return [
50- ['5.6.9 ' , MySQLPlatform::class],
51- ['5.7 ' , MySQL57Platform::class],
52- ['5.7.0 ' , MySQLPlatform::class],
53- ['5.7.8 ' , MySQLPlatform::class],
54- ['5.7.9 ' , MySQL57Platform::class],
55- ['5.7.10 ' , MySQL57Platform::class],
56- ['8 ' , MySQL80Platform::class],
57- ['8.0 ' , MySQL80Platform::class],
58- ['8.0.11 ' , MySQL80Platform::class],
50+ ['5.6.9 ' , MySQLPlatform::class, ' https://github.com/doctrine/dbal/pull/5779 ' , false ],
51+ ['5.7 ' , MySQL57Platform::class, ' https://github.com/doctrine/dbal/pull/5779 ' , true ],
52+ ['5.7.0 ' , MySQLPlatform::class, ' https://github.com/doctrine/dbal/pull/5779 ' , false ],
53+ ['5.7.8 ' , MySQLPlatform::class, ' https://github.com/doctrine/dbal/pull/5779 ' , false ],
54+ ['5.7.9 ' , MySQL57Platform::class, ' https://github.com/doctrine/dbal/pull/5779 ' , false ],
55+ ['5.7.10 ' , MySQL57Platform::class, ' https://github.com/doctrine/dbal/pull/5779 ' , false ],
56+ ['8 ' , MySQL80Platform::class, ' https://github.com/doctrine/dbal/pull/5779 ' , true ],
57+ ['8.0 ' , MySQL80Platform::class, ' https://github.com/doctrine/dbal/pull/5779 ' , true ],
58+ ['8.0.11 ' , MySQL80Platform::class, ' https://github.com/doctrine/dbal/pull/5779 ' , false ],
5959 ['6 ' , MySQL57Platform::class],
60- ['10.0.15-MariaDB-1~wheezy ' , MySQLPlatform::class],
61- ['5.5.5-10.1.25-MariaDB ' , MySQLPlatform::class],
62- ['10.1.2a-MariaDB-a1~lenny-log ' , MySQLPlatform::class],
63- ['5.5.40-MariaDB-1~wheezy ' , MySQLPlatform::class],
64- ['5.5.5-MariaDB-10.2.8+maria~xenial-log ' , MariaDb1027Platform::class],
65- ['10.2.8-MariaDB-10.2.8+maria~xenial-log ' , MariaDb1027Platform::class],
66- ['10.2.8-MariaDB-1~lenny-log ' , MariaDb1027Platform::class],
60+ ['10.0.15-MariaDB-1~wheezy ' , MySQLPlatform::class, 'https://github.com/doctrine/dbal/pull/5779 ' , false ],
61+ ['5.5.5-10.1.25-MariaDB ' , MySQLPlatform::class, 'https://github.com/doctrine/dbal/pull/5779 ' , false ],
62+ ['10.1.2a-MariaDB-a1~lenny-log ' , MySQLPlatform::class, 'https://github.com/doctrine/dbal/pull/5779 ' , false ],
63+ ['5.5.40-MariaDB-1~wheezy ' , MySQLPlatform::class, 'https://github.com/doctrine/dbal/pull/5779 ' , false ],
64+ [
65+ '5.5.5-MariaDB-10.2.8+maria~xenial-log ' ,
66+ MariaDb1027Platform::class,
67+ 'https://github.com/doctrine/dbal/pull/5779 ' ,
68+ false ,
69+ ],
70+ [
71+ '10.2.8-MariaDB-10.2.8+maria~xenial-log ' ,
72+ MariaDb1027Platform::class,
73+ 'https://github.com/doctrine/dbal/pull/5779 ' ,
74+ false ,
75+ ],
76+ [
77+ '10.2.8-MariaDB-1~lenny-log ' ,
78+ MariaDb1027Platform::class,
79+ 'https://github.com/doctrine/dbal/pull/5779 ' ,
80+ false ,
81+ ],
82+ ['mariadb-10.9.3 ' ,MariaDb1027Platform::class, 'https://github.com/doctrine/dbal/pull/5779 ' , true ],
6783 ];
6884 }
6985}
0 commit comments