-
Notifications
You must be signed in to change notification settings - Fork 11.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in php artisan db:show
#44860
Comments
I'm investigating this now. Can you run |
|
So the What I can't yet figure out is why this query doesn't work from here, but works if you use |
Little bit more information... If I add this to collect($connection->select('pragma compile_options;'))->pluck('compile_options')->values()->dd(); I can't see
|
9.38.0
8.1.12
2.4.4
sqlite 3.39.4
macOS 13.0 (22A380)
Description:
The following error occurs when executing the
php artisan db:show
command:Steps To Reproduce:
Update Laravel to the latest version.
Run this command:
The text was updated successfully, but these errors were encountered: