TableChanged not called on recursive Delete

Issue #58 wontfix
Markus Lobedann created an issue

When I call "Delete" with recursive=true on an object with the following relation, the "TableChange" doesn't get called. I tested this with setting a breakpoint on my function which should get called.

[OneToOne( CascadeOperations = CascadeOperation.All )]

I am actually not quite sure which version I am using, but I downloaded it somewhen in february.

Comments (3)

  1. Guillermo Gutiérrez

    Do you have a sample reproducing the issue? SQLite-Net Extensions ultimately calls core SQLite.Net methods.

  2. Log in to comment