Add ability for dict keys to have . or $ in MongoDB >= 3.6

Starting in MongoDB >= 3.6, it is valid for dictionary keys to have $ or . in them as long as they don't start with $.  Additional tests added.
This commit is contained in:
Matt Simpson
2019-12-10 11:09:22 -05:00
parent 78b240b740
commit b205314424
3 changed files with 35 additions and 6 deletions

View File

@@ -253,3 +253,4 @@ that much better:
* Gaurav Dadhania (https://github.com/GVRV)
* Yurii Andrieiev (https://github.com/yandrieiev)
* Filip Kucharczyk (https://github.com/Pacu2)
* Matthew Simpson (https://github.com/mcsimps2)