markrendle / Simple.Data

A light-weight, dynamic data access component for C# 4.0
MIT License
1.33k stars 303 forks source link

Fix InMemoryAdapter queries after deleting from a join table #342

Open vertiman opened 10 years ago

vertiman commented 10 years ago

Fix the InMemoryAdapter so it properly cleans up the Detail/Master records on delete. Added a test for the scenario.