fix(typings): Add Date type to WhereValue #11612
fix(typings): Add Date type to WhereValue #11612sushantdhiman merged 1 commit intosequelize:masterfrom stackbuilders:add-date-type-where-value
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11612 +/- ##
=======================================
Coverage 96.26% 96.26%
=======================================
Files 94 94
Lines 9190 9190
=======================================
Hits 8847 8847
Misses 343 343Continue to review full report at Codecov.
|
papb
left a comment
There was a problem hiding this comment.
Hello! I see you are a first-time contributor, thank you for taking the time to help Sequelize! I hope to see more PRs from you in the future!
LGTM
|
I'm using version 5.21.5, but apparently this fix seems to be missing. This hasnt been deployed yet? |
BTW @nabilzhafri, check if you have |
Pull Request check-list
Please make sure to review and check all of these items:
npm run testornpm run test-DIALECTpass with this change (including linting)?Description of change
Add
Datetype inWhereValue. Closes #11381