Hi,
I have some questions regarding persistent.
- 
under what situation will persistent->remove(someIndex)fail? I have been usingpersistent->remove(someIndex)for months and recently it unexpectedly fail to remove.
- I tried persistent->destroy()and experienced strange result: if I dopersistent->destroy()right afterpersistent->remove(someIndex)it will not destroy. If I dopersistent->destroy()solely it will not destroy neither.
FYI, my Phalcon version is 2.0.6.