-
Notifications
You must be signed in to change notification settings - Fork 93
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
Allow to configure Originator Field Options #115
Conversation
Hi @maennchen could you add more description and better documentation on README.md for this change specifically? I couldnt understand the change completely.
why do we need |
@izelnakri This is because my field is not called |
@izelnakri https://hexdocs.pm/ecto/Ecto.Schema.html#module-schema-attributes
|
4f7de25
to
69ee9da
Compare
@izelnakri I added an example to the README |
HI @maennchen, thanks for more information and links. As few changes as it may seem, I had to do few investigations, would like to merge this feature after deep and careful thought. So far, here are my remaining concerns:
Thanks again for your suggestions & contributions so far. Looking forward to your tests ;) |
sure, i'll amend the PR
The relationship itself is completely handled by ecto. If we do not touch private ecto APIs (which we're not), this does not have any direct impact on the library. I can add a test that uses this behaviour, but I don't think that this needs more than on test that tests if the relationship is correctly resolved. |
69ee9da
to
a3cd060
Compare
@izelnakri Test is added. |
@maennchen reviewed and run the tests. All good merging and cutting a release now. Thanks! |
also adds better support for :binary_id UUIDs
No description provided.