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
Have you set a server-version in the DBAL configuration?
I believe this is irrelevant. The bug is about detecting the version. Azure MySQL is not currently supported. Although, setting the version manually may work as a workaround.
I get this error when using a Azure MySQL database 5.7.x
SERVER_VERSION: "5.6.42.0"
This looks coming from PDO, DBAL has nothing to do with that. In the recent past (#3595) we dropped the support for Azure Federations because it's a commercial product that cannot be used by the library maintainers. Unless there's a way to continuously test with this platform, it's not going to be supported.
Bug Report
Summary
I get this error when using a Azure MySQL database 5.7.x
"Unknown database type json requested, Doctrine\DBAL\Platforms\MySqlPlatform may not support it."
Current behaviour
It appears that the package is not reporting the right version
How to reproduce
docker@api:/var/www/html$ php artisan tinker
Psy Shell v0.10.4 (PHP 7.2.30-1+ubuntu18.04.1+deb.sury.org+1 — cli) by Justin Hileman
Expected behaviour
It should return 5.7.29 as report when I manually run SELECT @@Version
The text was updated successfully, but these errors were encountered: