calecto icon indicating copy to clipboard operation
calecto copied to clipboard

Adapter for the Calendar library in Ecto

Results 5 calecto issues
Sort by recently updated
recently updated
newest added

Upgrading Ecto to 3.5 results in the following error when using the `Calecto.DateTime` type on the `ecto3` branch... ``` ** (UndefinedFunctionError) function Calecto.DateTime.equal?/2 is undefined or private, but the behaviour...

* Support for missing callbacks required by Ecto.

Hi! Does Calecto work with Ecto 3.x.y? I want to use custom Calecto.DateTime Ecto type for a project. If that's the case we could update the ecto dependency

Ecto has integration tests (see https://github.com/elixir-lang/ecto#running-tests ). It would be cool if we had something like that, so when running e.g. `MIX_ENV=pg mix test`, a database would be created and...

help wanted