Replies: 2 comments
-
Here is the list of platforms in the latest DBAL:
The list of databases supported by Laravel 9 is:
The list of platforms in
Comparing these three lists we see that the following changes are needed to
This would make the code as follows:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Also, https://github.com/laravel/framework/blob/9.x/src/Illuminate/Database/Console/ShowCommand.php#L141 should be changed from:
to
in order to format the response correctly. This changes the output from:
to
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently MariaDB isn't detected when running
php artisan db:show
. This is due to it missing inDatabaseInspectionCommand::getPlatformName()
. It would be nice to have this added to laravel. It should just be a case of adding these two linesI will be happy to make a PR if that is wanted.
Beta Was this translation helpful? Give feedback.
All reactions