Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Sinatra/Mongoid 应用程序,我注意到如果我尝试插入重复的对象,我的 mongoid 模型/对象不会抱怨或出错_id。object.errors集合也是空的。
_id
object.errors
“未插入对象/记录。”
在 Mongo 控制台上,我确实收到“重复键错误索引”错误。
有谁知道发生了什么?
默认情况下,Mongo 更新/插入有点“fire&forget”。但是,您可以打开安全模式,当这种事情发生时应该会引发错误