mongo-csharp-driver
mongo-csharp-driver copied to clipboard
CSHARP-2349: Support empty field names, since MongoDB supports them
This change fixes the problem described in https://jira.mongodb.org/browse/CSHARP-2349
The problem is that MongoDB supports empty field names but the driver doesn't.