Skip to content

Money SQL version 1.7.3

Compare
Choose a tag to compare
@kipcole9 kipcole9 released this 17 Dec 17:10
· 59 commits to master since this release

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 using Decimal.to_string/1 and therefore is not localized. It must not be parsed with localization on loading.