138 Commits (master)

Author SHA1 Message Date
saintedlama 9a34051841 Return the created proxy instead of assigning it to a var p 9 years ago
Jonny Burger 2ead974516 Remove semicolon 9 years ago
Jonny Burger c2060be4d8 Fix coding style 9 years ago
Jonny Burger b5c00d6ed0 Fix for node 6 9 years ago
saintedlama c864aef13c Expose NumberLong alias for shell compatibility 9 years ago
saintedlama 56f1eb83ac Implement workaround for harmony proxy in combination with event emitter inheritance 9 years ago
saintedlama 246976ee70 Implement basic functionality to insert and remove documents to drive all further tests 9 years ago
saintedlama 3026b7f4ab Use mongodb instead of mongodb-core and add minimal test to require mongojs and access all bson types 9 years ago
Thomas Watson Steen c7de0cc8da Expose bson stuff visible in the shell 9 years ago
saintedlama f11bcd10ab Merge options and connString + cols object into options object 9 years ago
saintedlama e4ad95031f Implement events 9 years ago
Thomas Watson Steen 8945d41044 Insert space before function opening bracket 9 years ago
Thomas Watson Steen e7146c8237 Remove semicolons 9 years ago
saintedlama 2f0c62ba40 Remove superfluous ; 9 years ago
Dustin Blackman c9025bb6ff add support for SCRAM-SHA-1 auth mechanism. 9 years ago
Eduardo Sorribas 63496e8075 Expose ObjectId in module. 10 years ago
Prabhu Subramanian c1d9449d85 Cleanup. Removed unused vars and imports 10 years ago
Eduardo Sorribas 0324967490 mongodb-core rewrite. 10 years ago
Eduardo Sorribas 0cddc6eec1 Allow to call bulk.update() without callback. Fixes #166. 10 years ago
Eduardo Sorribas 35018a7ee1 added cursor.readPref. 10 years ago
Eduardo Sorribas 9d01685ce2 Add dropIndexes. 10 years ago
Eduardo Sorribas 6d331ce09d Make aggregate return a stream. Fixes #154. 10 years ago
Eduardo Sorribas e708924d24 Emit error on connection error. Closes #149 10 years ago
Eduardo Sorribas a025aa238f Add support for bulk updates. Refs #152 10 years ago
Eduardo Sorribas 94622bec0c If we receive a mongojs instance we connect and recreate the instance, 10 years ago
Eduardo Sorribas 940dff5018 Add support to pass a driver db or a mongojs db instead of the connection string. 10 years ago
Eduardo Sorribas b5c140c14e ocd. 10 years ago
Eduardo Sorribas d42d7a0c3c Restructure the group function to multiple lines. 10 years ago
Eduardo Sorribas f46c14e19c Give me some space. 10 years ago
Eduardo Sorribas a16dd33e2c Minor refactor. 10 years ago
Eduardo Sorribas da252d98e2 Stop using err.lastErrorObject (it's not in the driver anymore). 10 years ago
Eduardo Sorribas c6e8f5c6cf Collection proxy with harmony. 11 years ago
Mathias Buus 20e4b33a95 ensure optional callbacks for write ops. cc #135 11 years ago
Eduardo Sorribas 2bdd19b44e Stop inhereting collection prototype methods. Fixes #132. 11 years ago
Eduardo Sorribas 809252cd0e Stop inhereting db prototype methods. Refs #132. 11 years ago
Eduardo Sorribas 536743fe89 Rename prototypes. 11 years ago
Eduardo Sorribas a802934cfa Change cursor appply method to support mongo driver 1.4.0. Refs #126 #105 11 years ago
Eduardo Sorribas 20cf5eeb4a Add support for cursor.rewind. Closes #131 11 years ago
Eduardo Sorribas 4de6a44805 Add the cursor.size method 11 years ago
Eduardo Sorribas d1436ff084 Add missing semicolon 11 years ago
Eduardo Sorribas a3e50ef13b Add the cursor.map function 11 years ago
Thomas Watson Steen 649647c98e Extract lastErrorObject from the err argument if findAndModify fails 11 years ago
Eduardo Sorribas a6a8f14970 Fix the remove callback parameters. 11 years ago
Eduardo Sorribas 0f95a380f4 lastErrorObject on all the write functions. 11 years ago
Eduardo Sorribas 6ff4158a7c Add missing error handling 11 years ago
Mirza Kapetanovic c3b43a9852 Removed debug code 11 years ago
Eduardo Sorribas 27ad374fa3 Change the insert callback to make it more intuitive. 11 years ago
Eduardo Sorribas 873cf5d211 Add the lastErrorObject to the .save callback. Now the callbacks are as following. 11 years ago
Eduardo Sorribas 1c1dbd501d Change normalized callback arguments. 11 years ago
Mirza Kapetanovic 014b5d17c2 Normalize lastErrorObject 11 years ago