Replies: 1 comment
-
Thanks for filing the associated JIRA ticket @KieranP. We'll carry on the discussion there :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've run into a weird issue where using insert_one to insert a record works, but then that record can't be updated in Mongo. base_salary in this case is a BigDecimal field. Note how the following base_salary field shows as updates after the set command, but is not being persisted.
I'm really struggling to figure out why this would be. Anyone got any ideas?
Also files bug report here: https://jira.mongodb.org/browse/MONGOID-5824
Beta Was this translation helpful? Give feedback.
All reactions