Closed sbaildon closed 3 years ago
ecto_sqlite3 could not decode fields of type :time—now it can!
ecto_sqlite3
:time
I added tests matching the formats the elixir docs presents in Time.from_iso8601/2
edit for posterity: :time is listed as a Ecto.Schema primitive type https://hexdocs.pm/ecto/Ecto.Schema.html#module-primitive-types
Ecto.Schema
This looks okay to me. @kevinlang what do you think?
LGTM! interesting - we already had the dumper, just not the loader, for :time
ecto_sqlite3
could not decode fields of type:time
—now it can!I added tests matching the formats the elixir docs presents in Time.from_iso8601/2
edit for posterity:
:time
is listed as aEcto.Schema
primitive type https://hexdocs.pm/ecto/Ecto.Schema.html#module-primitive-types