Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Ecto 3 #80

Open
anuragjain67 opened this issue Aug 20, 2020 · 2 comments
Open

Support for Ecto 3 #80

anuragjain67 opened this issue Aug 20, 2020 · 2 comments

Comments

@anuragjain67
Copy link
Contributor

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

@anuragjain67
Copy link
Contributor Author

I have just looked at these tickets. (Sorry for recreating another ticket)
#76
#72

@AndrewDryga Still looking for your inputs on this.

@KushanChamindu
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants