asyncmongo icon indicating copy to clipboard operation
asyncmongo copied to clipboard

find_one returns empty list when not found (should return None)

Open mcilrain opened this issue 13 years ago • 0 comments

According to the documentation, find_one should return None when the query doesn't find anything.

What actually happens is that an empty list is returned.

mcilrain avatar Oct 05 '11 07:10 mcilrain