-
Notifications
You must be signed in to change notification settings - Fork 79
chore(java-shell): update MongoDB driver to 4.7.1 #1344
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
chore(java-shell): update MongoDB driver to 4.7.1 #1344
Conversation
// command | ||
db.coll.findOne({ | ||
"timestamp": ISODate("2021-05-18T00:00:00.000Z") | ||
"timestamp": new ISODate("2022-09-09T00:00:00.000Z") |
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.
Are these changes necessary? They seem okay but shouldn’t make a difference since ISODate
is not a constructor
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.
Not necessary but just looks better to me
Fyi, I merged the base branch here because the base of PR was a version from May, so CI was failing due to outdated CI configs. |
@kornilova203 Getting some failures with MongoDB 4.0.x in CI:
|
@addaleax, thanks! I've pushed a fix |
No description provided.