Enhancements
- Add
Ecto.DateTime.from_date/1
- Allow adapter to be configured at the
:repo
level - Add
--quiet
toecto.migrate
,ecto.create
andecto.drop
tasks - Support
timestampz
type for PostgreSQL
Bug fixes
- Ensure
:invalid
error shows up as "is invalid" message - Improve support for "schema.table" queries in MySQL and PostgreSQL