|
Author:
{u'login': u'jyemin', u'name': u'Jeff Yemin', u'email': u'jeff.yemin@10gen.com'}
Message: JAVA-549: Removed unnecessary fake iterator for queries with 0 results. Simplifies the code, and also fixes this bug, because now every DBCursor will have a server address, even one with no results. Note that you still have to call hasNext() or next() at least once to get a non-null server address, since queries are done lazily
Branch: master
https://github.com/mongodb/mongo-java-driver/commit/1497db1bc0e708fa34bfd93e8b19693308388f87
|