Release notes for re-motion version 1.13.73

List of Issues

New Features

Details

[RM-3109] Support node type registration based on method names in addition to registration based on MethodInfos

Component/s: Data.Linq
Issue Type: New Feature
Resolution: Fixed
Status: Closed


Currently, we only support query operators registered via MethodInfos. With this feature, there will be an additional configuration option for registering node type parsers based on method names.

[RM-3101] SQL Backend: Support for registering method call transformers by name

Component/s: Data.Linq
Issue Type: New Feature
Resolution: Fixed
Status: Closed


Currently, method call transformers can only be registered by MethodInfo, making it hard to register transformers for "concepts", eg. equality (Equals methods should always be transformed to = comparisons, for example). With this feature, a second level of registration is opened: if no MethodInfo matches, a name registry is searched.