Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.0
-
None
Description
This logic
{{
val isTypeUsingTextOutputMinLength = typeDef.typeNode match
}}
The sense of the "if (impliedRepresentation eq Representation.Binary) is backward. It should be asking if it is Representation.Text.
This is used to issue an SDE about explicit length being out of range for textOutputMinLength, but will clearly not do so in the right way.