1602 / jugglingdb

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

Bug on connection progress #286

Closed ROMB closed 11 years ago

ROMB commented 11 years ago

If the connection is still in progress on the second and subsequent requests, they are not requested and will not run at all. Related to https://github.com/1602/jugglingdb/blob/master/lib/model.js#L269