You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Martin Francisco created an issue — 3rd September 2015, 1:07:45:
See attached patch for test case.
It looks like adding an item to an uninitialized set causes the item to be queued (NHibernate.Collection.Generic.PersistentSet line 324). Later when the set gets initialized the pending queued operations never get performed. It looks like this normally happens in NHibernate.Collection.AbstractPersistentCollection during EndRead which calls AfterInitialize. However PersistentSet overrides EndRead and does not call base.