Skip to content

Conversation

kkumar-gcc
Copy link
Member

Closes goravel/goravel#95

πŸ“‘ Description

This PR adds support for the Cursor method in the query, enabling efficient handling of large result sets without loading all data into memory.

βœ… Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

@kkumar-gcc kkumar-gcc changed the title feat: facades.Orm supports cursor feat: facades.Orm supports cursor Jul 21, 2023
Copy link
Contributor

@hwbrzzl hwbrzzl left a comment

Choose a reason for hiding this comment

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

Good job, bro, that's what we want. Please add some test cases after I solve the timestamp problem in mapstructure, then this's PR can be merged.

@kkumar-gcc kkumar-gcc requested a review from hwbrzzl July 24, 2023 06:42
Copy link
Contributor

@hwbrzzl hwbrzzl left a comment

Choose a reason for hiding this comment

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

Good job πŸ‘

Copy link
Contributor

@hwbrzzl hwbrzzl left a comment

Choose a reason for hiding this comment

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

LGTM

@hwbrzzl hwbrzzl enabled auto-merge (squash) July 24, 2023 10:42
@hwbrzzl hwbrzzl merged commit 70a2d7f into master Jul 24, 2023
@hwbrzzl hwbrzzl deleted the kkumar-gcc/#95 branch July 24, 2023 11:05
hwbrzzl added a commit that referenced this pull request Sep 3, 2023
hwbrzzl added a commit that referenced this pull request Sep 5, 2023
* feat: [#243] Optimize the return of controller

* Fix conflict

* Fix conflict

* Optimize unit tests

* Optimize unit tests

* Optimize unit tests

* Test case

* Test

* Test

* Cancel test
hwbrzzl added a commit that referenced this pull request Sep 6, 2023
hwbrzzl added a commit that referenced this pull request Sep 6, 2023
* feat: [#243] Optimize Response.Render return

* Optimize mock
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.

✨ [Feature] facades.Orm supports cursor and sum
2 participants