Skip to content

[9.x] Handle SQLite without ENABLE_DBSTAT_VTAB enabled - #44867

Merged
taylorotwell merged 1 commit into
9.xfrom
fix/44860
Nov 7, 2022
Merged

[9.x] Handle SQLite without ENABLE_DBSTAT_VTAB enabled#44867
taylorotwell merged 1 commit into
9.xfrom
fix/44860

Conversation

@jbrooksuk

Copy link
Copy Markdown
Member

Fixes #44860

PHP 7.4 and onwards no longer bundles SQLite. If PHP is built against a version of SQLite which is missing the ENABLE_DBSTAT_VTAB option then currently db:show will break. We'll now return nothing.

@jbrooksuk jbrooksuk changed the title Handle SQLite without ENABLE_DBSTAT_VTAB enabled [9.x] Handle SQLite without ENABLE_DBSTAT_VTAB enabled Nov 7, 2022
@taylorotwell
taylorotwell merged commit 3c5bdfd into 9.x Nov 7, 2022
@taylorotwell
taylorotwell deleted the fix/44860 branch November 7, 2022 14:44
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.

Error in php artisan db:show

2 participants