amark / mongous

Simple MongoDB driver for Node.js with jQuery like syntax.
MIT License
246 stars 30 forks source link

db(db.collection).remove() #16

Closed ekanna closed 12 years ago

ekanna commented 12 years ago

remove command is not working after i upgrade mongous to the current version But after downgrading mongous module to the older version, it is working now! I am using node v0.6.2

Sorry i forgot to copy and paste the error message.

Koti

amark commented 12 years ago

Thank you.

Had an uncaught small bug. I have fixed it immediately. Please upgrade to the newest version, test and confirm. Works now, for me, on 0.4.2 and should work on there also.

ekanna commented 12 years ago

Thank you for quick fix.

I have tested adding, modifying and deleting. Now it is working fine.

Koti