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
I have a custom implementation which is based on BaseHqlGeneratorForMethod. Previously, a collection parameter was automatically detected as collection, but now I have to override TryGetCollectionParameter.
This breaking change isn't documented in the 5.3.0 release notes.
The text was updated successfully, but these errors were encountered:
By the way, there are not many methods which may meaningfully support parameter lists. Just to be sure we have not overlooked something, may you confirm you need to override it only for specific method generator cases, like .Contains methods?
I have a custom implementation which is based on
BaseHqlGeneratorForMethod
. Previously, a collection parameter was automatically detected as collection, but now I have to overrideTryGetCollectionParameter
.This breaking change isn't documented in the 5.3.0 release notes.
The text was updated successfully, but these errors were encountered: