Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.0
-
None
Description
We are extracting the type name by String, which might cause issues, e.g., for Decimal, where type includes precision and scale. Instead, we should check the PrimitiveCategory enum.