Closed ryanmitchell closed 2 years ago
@sampoyigi so thats this working as long as I set DB_PREFIX to be blank, which makes me think theres a bug in App::hasDatabase() not taking into account the prefix... does that seem possible to you? Try setting the DB_PREFIX env variable to have a value and re-run the tests here to see the error.
The DB prefix does get added here https://github.com/illuminate/database/blob/aad650ceb4a258ac113e5f9f83fda8c66e9083cf/Schema/MySqlBuilder.php#L41
Should we also add some different versions of MariaDB?
Yup
Sweet! Removing the prefix from the DB name worked ;)
Should we also add some different versions of MariaDB?