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

[FIX] ORM Select: try to format data from empty result #138

Merged
merged 1 commit into from
Sep 17, 2023
Merged

Conversation

bim-g
Copy link
Collaborator

@bim-g bim-g commented Sep 17, 2023

While doing a select we call the formatData method to parse all data but in case there is not, is has been call which lead to unexpected error.

@bim-g bim-g added the bug Something isn't working label Sep 17, 2023
@bim-g bim-g added this to the ORM milestone Sep 17, 2023
@bim-g bim-g self-assigned this Sep 17, 2023
Copy link
Collaborator Author

@bim-g bim-g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good

@bim-g bim-g merged commit 01c3bb1 into master Sep 17, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Uncaught TypeError: array_keys(): Argument #1 ($array) must be of type array, null given
1 participant