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

[11.x] Fix inspecting columns of raw indexes #53945

Merged
merged 2 commits into from
Dec 17, 2024

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.

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