Fix bug #1965 of $position and $push operators do not work with list in an EmbeddedDocument. Set key value to joined parts excluding the index at the end. Added test case

This commit is contained in:
Trevor Hall
2018-12-05 20:18:48 -06:00
parent bdd6041a5c
commit 352b23331b
3 changed files with 19 additions and 2 deletions

View File

@@ -247,3 +247,4 @@ that much better:
* Erdenezul Batmunkh (https://github.com/erdenezul)
* Andy Yankovsky (https://github.com/werat)
* Bastien Gérard (https://github.com/bagerard)
* Trevor Hall (https://github.com/tjhall13)