quick
quick copied to clipboard
.deleteAll() should dissociate from the parent
Separately from https://github.com/coldbox-modules/quick/issues/124 - if on User
I call posts().deleteAll()
, it seems at the moment that it gets passed to QB but doesn't actually change the in-memory relationships on User
. Should it not clear those out as well?