Skip to content

v0.5.20

Choose a tag to compare

@dannote dannote released this 25 Aug 11:54
· 11 commits to master since this release

Fixed

  • Cast Ecto :integer expressions and parameters to DuckDB BIGINT, matching Ecto's
    64-bit integer contract and allowing Ecto.Migrator.down/4 to remove timestamped
    migration versions without a 32-bit overflow.