node-mongolian icon indicating copy to clipboard operation
node-mongolian copied to clipboard

[project inactive] Mongolian DeadBeef is an awesome Mongo DB driver for node.js

Results 24 node-mongolian issues
Sort by recently updated
recently updated
newest added

Had to refactor the connection handling a bit because the Socket needs to be created when calling connect now because internally `net.createConnection` creates a Socket and then calls connect on...

For findAndModify: return the updated document is not clear. Mongo and Mongolian return the document as it was before the update.

It seems to be an issue with MongolianServer._connection not having a cached value until one of the connections callbacks is called, it fixes the issue of you call the callback...

We have replica server info in Array ``` var hosts = ["localhost:27017", "localhost:27018", "localhost:27019"]; ``` In master branch, we must set each arguments to create mongolian client to replica set,...

this fix will become obsolete when the node-mongodb dependency gets removed, but here's a fix that worked for me in case others need it now.

Is there any way to set `"auto_reconnect": true`? My db keeps disconnecting, and it's hella annoying.

When I looked into XXXX:28017, sometimes I found that "Query: { ismaster: 1 }" may show up and the connection never be closed. I should have closed the connection and...

Hey, great lib! Been searching for exaclty this... looked through tons of mongo node libs. It just makes sense mimicking the shell, why learn 2 different syntaxes? Anyhow, had a...

I am having some trouble with `.update()`'s callback. It's only returning when there is a `console.log()` inside it.

I'm getting this error a lot , here is the full stack trace: Error: Buffer is not large enough. Expected 1745879154, have 36 new Response (/opt/deploy/formhog/node_modules/mongolian/node_modules/buffalo/lib/mongo.js:255:15),Connection. (/opt/deploy/formhog/node_modules/mongolian/lib/server.js:227:28),Connection.EventEmitter.emit (events.js:88:17),Socket. (/opt/deploy/formhog/node_modules/mongolian/lib/connection.js:61:22),Socket.EventEmitter.emit (events.js:88:17),TCP.onread...