-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: add support for getRawMany() and row count as it is #975
base: master
Are you sure you want to change the base?
feat: add support for getRawMany() and row count as it is #975
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks solid at first sight. Could you add new config params description to README?
Hi, And I have some concerns
|
Hi! I'd like to weigh in here on point 3:
|
Are there any updates here? |
Hi,
In this PR, I try to solve two following issues:
getManyAndCount()
typeorm/typeorm#5127 , Bug - .groupBy is empty on count query, resulting in wrong count when .groupBy is used typeorm/typeorm#7454I totally open for any feedback, and I do really need @ppetzold guidance to improve my changes in this PR.
Thank You