- Notifications
You must be signed in to change notification settings - Fork 1.8k
Pull requests: mongodb/node-mongodb-native
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
DOCS-888: correcting syntax in a few docs examaples
#803 by tychoish was merged Dec 13, 2012 Loading… updated Dec 13, 2012
CursorStream.pipe(stream) halts with event 'drain'
#807 by thesmart was closed Dec 17, 2012 Loading… updated Dec 17, 2012
Cursor.each should work in batches
#804 by Swatinem was merged Dec 19, 2012 Loading… updated Dec 23, 2012
allow Grid.get and Grid.delete to accept non ObjectID ids
#820 by nailgun was closed Dec 26, 2012 Loading… updated Dec 26, 2012
typo in db.authenticate caused a check (for provided connection) to return false, causing a connection AND onAll=true to be passed into __executeQueryCommand downstream.
#830 by m4tty was closed Jan 5, 2013 Loading… updated Jan 5, 2013
allow gridfs objects to use non ObjectID ids
#825 by nailgun was merged Jan 7, 2013 Loading… updated Jan 7, 2013
typo in db.authenticate caused a check (for provided connection) to return false, causing a connection AND onAll=true to be passed into __executeQueryCommand downstream.
#831 by m4tty was merged Jan 7, 2013 Loading… updated Jan 7, 2013
removed the double wrap, by not passing an Error object to the wrap function.
#832 by m4tty was merged Jan 7, 2013 Loading… updated Jan 7, 2013
bad field selection now returns instanceof Error
#838 by aheckmann was merged Jan 7, 2013 Loading… updated Jan 7, 2013
fixed; passing noOpen option to connect()
#842 by aheckmann was merged Jan 14, 2013 Loading… updated Jan 14, 2013
Allow ismaster command to run on secondaries and arbiters, since it is a read-only command.
#859 by jwalton was closed Jan 25, 2013 Loading… updated Jan 25, 2013
cursor_test: shouldCorrectlyFailTailedCursor hangs
#880 by aheckmann was closed Feb 13, 2013 Loading… updated Feb 13, 2013
Ensure MongoClient.connect closes connection if an error occurred
#889 by natesilva was closed Feb 21, 2013 Loading… updated Feb 21, 2013
Fix async callback handling issue
#909 by medikoo was merged Mar 13, 2013 Loading… updated Mar 13, 2013
db.collectionNames throws when options is null
#934 by nmalaguti was closed Apr 8, 2013 Loading… updated Apr 8, 2013
should pass uri_decode_auth flag to parser in connect
#973 by supershabam was merged May 14, 2013 Loading… updated May 14, 2013
If we switch connections on reconnect, copy that into the cursor.
#982 by glasser was merged May 22, 2013 Loading… updated May 22, 2013
ProTip! Add no:assignee to see everything that’s not assigned.