Money SQL version 1.7.3
Bug Fixes
- When loading money from the database with the
Money.Ecto.Map.Type
type, do not do localized parsing of the amount. The amount is always saved usingDecimal.to_string/1
and therefore is not localized. It must not be parsed with localization on loading.