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
Discriminate query plan caches by the assembly depending return type
When having multiple assemblies with the same type (this can happen when
dynamically generating assemblies or loading assemblies multiple times),
NHibernate used to return query plan cache entries with mismatching types.
The query portion of the cache key contained the type, but not the
assembly. Thus two types from different assemblies, but with the same
name lead to returning plans with wrong return types.
0 commit comments