1602 / jugglingdb

Multi-database ORM for nodejs: redis, mongodb, mysql, sqlite3, postgresql, arango, in-memory...
http://1602.github.io/jugglingdb/
2.04k stars 241 forks source link

Added callback parameter to disconnect() #440

Closed bluegate010 closed 8 years ago

bluegate010 commented 8 years ago

The disconnect() function was missing a callback parameter, which its callee is providing and 'this.client.end' is expecting.

mansuleman commented 8 years ago

@bluegate010 @1602 I think we need to add this to documentation. Can you edit the man?