Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
1.4
-
None
-
None
Description
The legacy numeric types do not check their input values for valid input. A text string is accepted as input for any of these types: IntField, LongField, FloatField, DoubleField. DateField checks its input.
In general this is a no-fix, except: that IntField is a necessary memory type because it cuts memory use in sorting.