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

Rework GroupBy::result() method to not recreate entries & rows in loop #655

Merged
merged 3 commits into from
Oct 27, 2023

Conversation

stloyd
Copy link
Member

@stloyd stloyd commented Oct 27, 2023

Change Log

Added

Fixed

Changed

  • Rework `GroupBy::result()` method to not recreate entries & rows in loop
  • Use `FlowContext` in `GroupBy`

Removed

Deprecated

Security


Description

This allows the removal of recreating entries and rows of objects in the loop, which is done in the Rows::add() & Entries::add() methods.

@norberttech norberttech merged commit 0fa2b7c into flow-php:1.x Oct 27, 2023
14 checks passed
@stloyd stloyd deleted the feature/group-by branch October 27, 2023 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants