fakemongo / fongo

faked out in-memory mongo for java
Apache License 2.0
523 stars 155 forks source link

Update does not work if replacing entire document #338

Closed alechenninger closed 6 years ago

alechenninger commented 6 years ago

As in this syntax: https://docs.mongodb.com/manual/reference/method/db.collection.update/#replace-a-document-entirely

The update field validator wants every field to begin with "$".

alechenninger commented 6 years ago

Nevermind, looks like this is a bug somewhere else (not setting update type correctly)