mongo-python-driver/pymongo
Bernie Hackett 1ac607c447 PYTHON-314, PYTHON-744 - Hint by index name, count with hint.
This change introduces two closely related features. Cursor.hint
now accepts the name of an index as an alternative to passing
the index spec. Cursor.count will now pass the hint, if one was
specified, to the count command. Count with hint is only supported
by MongoDB 2.6 and newer.
2014-09-12 13:50:04 -07:00
..
__init__.py Version -> + 2014-08-14 09:46:29 -07:00
_cmessagemodule.c PYTHON-685 - Fix rare resource leak in _cmessage 2014-04-29 13:14:55 -07:00
auth.py PYTHON-706 - SCRAM-SHA-1 support for PyMongo 2.x 2014-09-05 06:48:59 -07:00
bulk.py PYTHON-705 - Fix Bulk API legacy upsert _id compatibility 2014-06-06 15:37:31 -07:00
collection.py PYTHON-754 - Deprecate dropDups / drop_dups 2014-08-29 16:48:00 -07:00
command_cursor.py Expose some CommandCursor state. 2014-02-13 16:22:12 -05:00
common.py PYTHON-696 - Fix user and index creation with old mongos versions. 2014-05-01 14:27:29 -07:00
connection.py Small tweaks to j and fsync write concern docs PYTHON-593 2014-02-20 17:38:48 -05:00
cursor_manager.py Update copyright notices and company name. 2014-01-31 09:36:46 -05:00
cursor.py PYTHON-314, PYTHON-744 - Hint by index name, count with hint. 2014-09-12 13:50:04 -07:00
database.py PYTHON-714 Work around localhost exception issues in add_user when connected to MongoDB >= 2.7.1. 2014-07-02 17:11:20 +00:00
errors.py Gracefully kill cursor on capped rollover PYTHON-637 2014-02-12 08:33:13 -08:00
helpers.py Gracefully kill cursor on capped rollover PYTHON-637 2014-02-12 08:33:13 -08:00
master_slave_connection.py Use maxWriteBatchSize for write command batch splitting, PYTHON-642. 2014-02-21 14:05:40 -05:00
member.py Use maxWriteBatchSize for write command batch splitting, PYTHON-642. 2014-02-21 14:05:40 -05:00
message.py Use StringIO for pure python legacy batch inserts. 2014-03-31 20:02:11 -07:00
mongo_client.py PYTHON-736 Fix exhaust cursor error-handling. 2014-07-23 16:35:01 -07:00
mongo_replica_set_client.py PYTHON-736 Fix exhaust cursor error-handling. 2014-07-23 16:35:01 -07:00
pool.py Update copyright notices and company name. 2014-01-31 09:36:46 -05:00
read_preferences.py Collection.parallel_scan should obey read preference. 2014-02-13 18:32:32 -05:00
replica_set_connection.py Small tweaks to j and fsync write concern docs PYTHON-593 2014-02-20 17:38:48 -05:00
son_manipulator.py Minor docs update. 2014-02-13 16:46:32 -08:00
ssl_match_hostname.py Update ssl_match_hostname PYTHON-650 2014-03-10 08:38:19 -07:00
thread_util.py Prevent possible ref cycle in Python 3, PYTHON-646. 2014-03-09 23:43:14 -04:00
uri_parser.py Update copyright notices and company name. 2014-01-31 09:36:46 -05:00