BSON::ObjectId.from_time(Time.new(2024, 10, 1), unique: true).generation_time != Time.new(2024, 10, 1) #337
priceline-rosenfeld
started this conversation in
General
Replies: 2 comments 1 reply
|
Thanks for pointing this out. I've created a ticket (here: https://jira.mongodb.org/browse/RUBY-3553) to track this issue. |
1 reply
|
found this issue too when upgrading from 4.15.0 to 5.0.2 The issue was deleting the handling of the time argument to the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The provided time doesn't seem to be respected by
ObjectId.from_timewhenunique: trueis provided.All reactions