coresmart / persistencejs

persistence.js is an asynchronous Javascript database mapper library. You can use it in the browser, as well on the server (and you can share data models between them).
http://persistencejs.org
1.73k stars 240 forks source link

Bug: Child objects don't remove properly. #161

Open AleksMeshkov opened 9 years ago

AleksMeshkov commented 9 years ago

Hi, @zefhemel!

I have a simple relation scheme described below:

A has many B

B has many C B has many D

When I call A.B.destroyAll() B is being removed, but C and D relations for B remains undeleted.

Can you fix this issue please?

AleksMeshkov commented 9 years ago

@zefhemel, @coresmart is this project still maintained?

coresmart commented 9 years ago

I apologize I have not been able to. Some events have prevented this. Would you like to take it over?

Sent from my iPhone

On Nov 7, 2014, at 5:10 AM, Aleksey Meshkov notifications@github.com wrote:

@zefhemel, @coresmart is this project still maintained?

— Reply to this email directly or view it on GitHub.

AleksMeshkov commented 9 years ago

@coresmart I'm sorry but I can't do it for now just like you. May be in a month.