calecto icon indicating copy to clipboard operation
calecto copied to clipboard

Ecto 3.x.y dependency question

Open csisnett opened this issue 6 years ago • 5 comments

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

csisnett avatar Aug 06 '19 09:08 csisnett

Hi. The released version does not. But I just made a new branch ("ecto3") with a few changes. A simple test with Ecto 3 worked. https://github.com/lau/calecto/pull/41

You are welcome to make more changes. Probably Ecto 2.x support will have to be dropped for a new version that supports Ecto 3.x.

lau avatar Aug 06 '19 20:08 lau

Thank you for the prompt response, I tried the ecto3 branch with a simple schema and it worked

csisnett avatar Aug 07 '19 04:08 csisnett

Also using the ecto3 branch (https://github.com/lau/calecto/tree/ecto3) with no issues. Would really appreciate an official release. Anything I can do to help?

joshprice avatar Nov 17 '19 14:11 joshprice

Cool. @joshprice I'm looking at doing a release soon. I'll let you know if there's something I could use help with - thanks.

lau avatar Nov 26 '19 00:11 lau

@csisnett & @joshprice I have updated the ecto3 branch. Let me know if the branch still works for you. Then I can do a release.

lau avatar Dec 01 '19 02:12 lau