elixir-sqlite / ecto_sqlite3

An Ecto SQLite3 adapter.
https://hexdocs.pm/ecto_sqlite3
MIT License
288 stars 43 forks source link

Add missing :date column type #112

Closed joeljuca closed 1 year ago

joeljuca commented 1 year ago

I'm still new to Ecto adapters so I'm not 100% confident this is the right way to do it, but I noticed that :date fields are not correctly mapped to the equivalent SQLite data type, so here's a PR trying to fix it.

joeljuca commented 1 year ago

Breaking all tests might be just a fun way to start contributing to the project. 😂

I'm updating my branch with the latest patch and check these failures.