Closed rufuspollock closed 11 years ago
The float type supports localization. But you are right. Maybe we should merge them and use something like decimal.Decimal(locale.atof(value))
and remove the FloatType
.
It may be worth discussing this but I think it's a good thing thing and makes messytables cleaner/smaller/faster/easier to understand. @frabcus @scraperdragon @rossjones opinions? Would someone like to review and merge this?
Is the FloatType ever used versus the DecimalType and if so when?