Skip to content

Conversation

@hafezdivandari
Copy link
Contributor

Fixes #53936
Closes #53937

Utilizing raw indexes via $table->rawIndex() and inspecting the indexes using Schema::getIndexes() causes a warning because columns value passed to explode function is null on raw indexes.

This PR fixes inspecting raw indexes and add tests.

@github-actions
Copy link

Thanks for submitting a PR!

Note that draft PR's are not reviewed. If you would like a review, please mark your pull request as ready for review in the GitHub user interface.

Pull requests that are abandoned in draft may be closed due to inactivity.

@hafezdivandari hafezdivandari marked this pull request as ready for review December 17, 2024 14:07
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.

Fix handling of null columns in PostgresProcessor processIndexes.

2 participants