dresende / node-orm2

Object Relational Mapping
http://github.com/dresende/node-orm2
MIT License
3.07k stars 379 forks source link

Calling Remove on a lot of Models Doesn't Trigger Hook #571

Closed jacobp100 closed 1 year ago

jacobp100 commented 9 years ago

Probably related to: https://github.com/dresende/node-orm2/issues/563

model.find(...).remove(String) // Blank callback

The beforeRemove and afterRemove isn't called.

EDIT: https://github.com/dresende/node-orm2/issues/471 Didn't see this.