Closed bensquire closed 10 years ago
Firstly... this is a great product. Thanks for the hard work :)
When I try to update a document which has been created using Doctrine ODM, it often contains '$', for example (snippet):
"company": { "$ref": "company", "$id": ObjectId("5447790278205459098b4569"), "$db": "mydatabase" },
However the app will not let me save any edits to these because:
update document is corrupt or contains invalid keys including $ or .
At one point these errors were also killing the app, but this seems to have stopped with the latest updated (I'm on 3.0.5).
Thanks in advance, Ben
Firstly... this is a great product. Thanks for the hard work :)
When I try to update a document which has been created using Doctrine ODM, it often contains '$', for example (snippet):
However the app will not let me save any edits to these because:
At one point these errors were also killing the app, but this seems to have stopped with the latest updated (I'm on 3.0.5).
Thanks in advance, Ben