wallabag/src/Wallabag/CoreBundle/Command
Jeremy Benoist 69c21157ba Force server version to avoid connexion error
When installing a new project with MySQL, if the database doesn't exist before installation will fail because DBAL will try to get the server version by querying it.
And since this query is done using the default database connexion and since the database doesn't exist, DBAL can't connect to the server.
2016-04-10 15:34:32 +02:00
..
InstallCommand.php Force server version to avoid connexion error 2016-04-10 15:34:32 +02:00
TagAllCommand.php Add tests on TagAllCommand 2016-01-21 16:36:17 +01:00