Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the support for custom parameter types in native queries
The Query class (used for DQL queries) takes care of using the value and type as is when a type was specified for a parameter instead of going through the default processing of values. The NativeQuery class was missing the equivalent check, making the custom type work only if the default processing of values does not convert the value to a different one.
- Loading branch information