elixir-sqlite / sqlite_ecto2

Sqlite3 adapter for Ecto 2.2.x
https://hex.pm/packages/sqlite_ecto2
MIT License
120 stars 33 forks source link

Use Decimal.from_float/1 instead of Decimal.new/1 #236

Closed adamzapasnik closed 5 years ago

adamzapasnik commented 5 years ago

Related to https://github.com/elixir-sqlite/sqlite_ecto2/pull/232

adamzapasnik commented 5 years ago

Had to force push it once again, because my CI blocked this one :man_shrugging: Seems that it has worked :)

ConnorRigby commented 5 years ago

Yeah CI is a little wonky on this project for some reason.