HighwayFramework / Highway.Data

The fastest and smoothest way to great architecture
http://hwyfwk.com
MIT License
72 stars 30 forks source link

Allow iterating and adding to InMemoryDataContext. #67

Closed longility closed 10 years ago

longility commented 10 years ago

InMemoryDataContext queues add and remove, not altering collection. Breaks tests if tests are ignoring to call commit after add or remove for convenience.

Close https://github.com/HighwayFramework/Highway.Data/issues/63 after pull.