Is it possible to upsert a Type.Mixed data field? It doesn't seem to work, but I haven't stepped into the mongoose code yet.
Asked
Active
Viewed 179 times
0
-
What do you mean by upserting a data field? Can you post what you've tried? – JohnnyHK Aug 06 '12 at 23:21
-
Further to JohnnyHK's comment .. you can upsert a *document*, but you should be [set()](http://mongoosejs.com/docs/api.html#index_Mongoose-set)ing a field. – Stennie Aug 08 '12 at 01:57