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(model.d): fix type for count
and findAndCountAll
#13786
Conversation
count
and findAndCountAll
Hi @sdepold, sorry I have to tag you because I am unable who to get help with. The CI failed with a spec that is marked is "Flaky" for all CI run in MySQL 8.0. However, I am unable to reproduce the same issue locally. Beside I only changed the types not any implementation and the failed test is related to response data ordering. I am not sure what should I do next as I don't have permissions to re-run the test and I am unable to reproduce. Could you please let me know who can I get help with? |
I didn't notice this PR before sending #13884, So sorry!
I'm still interested in merging yours as it takes findAndCount
into account.
Could you resolve the merge conflict? I'll take care of merging this once it's done
Also don't worry about the failing mysql 8 test. We'll merge even if it fails.
fc0dd95
to
4d99ea8
Compare
Thanks @ephys I have resolved the conflict, I can see you have made a similar change for grouped count, let me know what else I could help with. |
@zorji the tests are not passing with your changes, could you take a look? :) |
@ephys thanks for checking, the build is fixed now. |
Thank you! Merging once the CI is done. |
* fix(model): add stop mysql-8 script * fix(model): fix type for `count` and `findAndCountAll` Co-authored-by: Zoé <zoe@ephys.dev>
The release is available on: Your semantic-release bot |
…3786) * fix(model): add stop mysql-8 script * fix(model): fix type for `count` and `findAndCountAll` Co-authored-by: Zoé <zoe@ephys.dev>
Pull Request Checklist
Please make sure to review and check all of these items:
npm run test
ornpm run test-DIALECT
pass with this change (including linting)?Description Of Change
Fix incorrect typing