Nebo15 / ecto_mnesia

Ecto adapter for Mnesia Erlang term database.
https://hex.pm/packages/ecto_mnesia
MIT License
243 stars 41 forks source link

Support for Ecto 3 #80

Open anuragjain67 opened 4 years ago

anuragjain67 commented 4 years ago

To upgrade elixir version we need to upgrade ecto as well and for this ecto_mnesia should support ecto3 version.

anuragjain67 commented 4 years ago

I have just looked at these tickets. (Sorry for recreating another ticket) https://github.com/Nebo15/ecto_mnesia/issues/76 https://github.com/Nebo15/ecto_mnesia/issues/72

@AndrewDryga Still looking for your inputs on this.

KushanChamindu commented 3 years ago

I am also interested in this issue because when my project compiling it shows a lot of warning. ex:

warning: "not expr1 in expr2" is deprecated. Instead use "expr1 not in expr2" if you require Elixir v1.5+, or "not(expr1 in expr2)" if you have to support earlier Elixir versions lib/ecto/changeset.ex:1409