You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix validatePlatform for MariaDB, check for instance of MariaDBPlatform
Versions of DBAL before 3.3 used or extended the MySQLPlatform when
connecting to MariaDB. Because of this the platform check was
requiring an instance of MySQLPlatform.
This commit fixes MariaDB compatibility with DBAL >=3.3, while remaining
compatible with versions prior to that (for now).
Fixes#113