-
Notifications
You must be signed in to change notification settings - Fork 149
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
Todo: Support Ecto 3 #98
Comments
One of the changes that's needed is in The
are converted into strings. Which triggers all sorts of warnings because they should be atoms. |
Merged
Any updates on this? |
I think this issue is resolved with #103 |
@dbernheisel Yes it is! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ecto 3 is coming in the next couple days and with it the recommended upgrade path for those using it for database interaction is to change dependency from ecto to ecto_sql.
I think to support backwards compatibly for presumably a long time we'll want to introduce an optional dependency.
Reference commit and announcement
The text was updated successfully, but these errors were encountered: