Skip to content
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

Explicitly add column name to SQLite query #43832

Merged
merged 1 commit into from
Aug 24, 2022
Merged

Explicitly add column name to SQLite query #43832

merged 1 commit into from
Aug 24, 2022

Conversation

cjfloss
Copy link
Contributor

@cjfloss cjfloss commented Aug 24, 2022

Running the new db:show and db:table on a SQLite database connection throws an error.

php artisan db:table users

   ErrorException 

  Undefined array key "size"

...

This Pull request fixes it.

Fix for ErrorException: Undefined array key "size" while running artisan db:show on a SQLite database
@taylorotwell taylorotwell merged commit e201bbf into laravel:9.x Aug 24, 2022
@cjfloss cjfloss deleted the patch-1 branch September 1, 2022 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants