elixirmoney / money

Elixir library for working with Money safer, easier, and fun... Is an interpretation of the Fowler's Money pattern in fun.prog.
https://hex.pm/packages/money/
MIT License
826 stars 139 forks source link

#219 Support Decimal result in Ecto load. #220

Closed aglassman closed 3 months ago

aglassman commented 3 months ago

This addresses #219 to support cases where Ecto may return a non-integer type. This can arise when using the bigint type in PostgreSQL.

Nitrino commented 3 months ago

@aglassman Thanks!