Robbie Clarken

Results 3 issues of Robbie Clarken

The following snippet with an aggregation query produces different output for mongomock compared with pymongo: ```python # demo.py import pymongo import mongomock def demo(client): return list(client.demo.collection.aggregate([ {"$match": {"x": 123}}, {"$group":...

The default value is 16384 bytes.