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
As suggested in #1413 (comment)
I extracted separate issues.
Current behavior: TransientObjectException is thrown by ISession.IsDirty() call when transient many-to-one object is present in session Expected behavior: ISession.IsDirty() should not throw exception
hazzik
changed the title
ISession.IsDirty() shouldn't throw exception for transient many-to-one object in session
ISession.IsDirty() shouldn't throw exception for transient many-to-one object in a session
Nov 2, 2017
As suggested in #1413 (comment)
I extracted separate issues.
Current behavior: TransientObjectException is thrown by ISession.IsDirty() call when transient many-to-one object is present in session
Expected behavior: ISession.IsDirty() should not throw exception
Technical details of the problem is here.
The text was updated successfully, but these errors were encountered: