-
Notifications
You must be signed in to change notification settings - Fork 25
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: fix #263 upsert attributes should use defaultValue while there i… #265
Conversation
…s no value assigned
Codecov Report
@@ Coverage Diff @@
## master #265 +/- ##
=======================================
Coverage 97.45% 97.46%
=======================================
Files 44 44
Lines 3145 3157 +12
=======================================
+ Hits 3065 3077 +12
Misses 80 80
Continue to review full report at Codecov.
|
setTimeout(() => { | ||
resolve(true); | ||
}, 1000); | ||
}); |
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.
why is this sleep necessary?
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.
Verifying createdAt will not be updated at upsert
…s no value assigned