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

update ecto #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

update ecto #57

wants to merge 1 commit into from

Conversation

julien-leclercq
Copy link

No description provided.

@AndrewDryga
Copy link
Member

Hello, @julien-leclercq! This is your first Pull Request that will be reviewed by Ebert, an automatic Code Review service. It will leave comments on this diff with potential issues and style violations found in the code as you push new commits. You can also see all the issues found on this Pull Request on its review page. Please check our documentation for more information.

@AndrewDryga
Copy link
Member

@julien-leclercq Nice try :). But updating Ecto like that doesn't work for adapters, there were some breaking changes in query planning so to update adapter to the latest Ecto we will need to put more work into it.

@AndrewDryga
Copy link
Member

Here is PR that explains what was changed: elixir-ecto/ecto#2155

@julien-leclercq
Copy link
Author

haha thanks for the quick answer and the welcoming message. Have you tried to implement it ? Does it look like a complicated task for someone just getting on board on this project ?

@julien-leclercq
Copy link
Author

Do we want to remain backward compatible ?

@AndrewDryga
Copy link
Member

@julien-leclercq we should keep backwards compatibility (the PR above explains how we can archive it). I've spent about an hour looking how to update Ecto, it should be relatively easy but eventually decided to wait for Ecto 3.0 to adapt to all the changes in one hop.

If you have time to work on it, I would be super-happy to help you along the way 👍.

@julien-leclercq
Copy link
Author

sorry, I tried to look at it but I think my ecto knowledge is to thin at the moment for me to help, I am struggling understand what is to be changed. :(

@AndrewDryga
Copy link
Member

No worries. I think @beardedeagle already works on this one, so we may see support pretty soon. Anyways I'll support Ecto 3.0 when it's out.

@julien-leclercq
Copy link
Author

would you have advice on where to start to dive in ecto mecanisms understanding ?

@AndrewDryga
Copy link
Member

@julien-leclercq it depends on what goals do you have, if you just want to learn how to use it - better build some apps with it. If you want to know internals - try contributing and make an adapter (contribution is easier because there is a lot of maintainers that would guide you).

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

Successfully merging this pull request may close these issues.

None yet

2 participants