-
Notifications
You must be signed in to change notification settings - Fork 100
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
Only use add
method when the value is not ellipsis
#339
Only use add
method when the value is not ellipsis
#339
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @nmandery, nice catch! Would you mind adding a test case to prevent regressions in the future? I can help with this if you run into any problems. Thanks 🙏
I can create a testcase - sure. I see only testcases in the packages of the individual backends and not for the core, so I simply select one of the two backends - I would chose the sqlalchemy backend - and add the testcase there? |
Yes that would be great, thanks! |
3b360df
to
3a263ce
Compare
3a263ce
to
3c8f33b
Compare
Makes definitely sense to have this tested - I just added an testcase. |
@nmandery Please update the changelog and we can get this merged 😄 |
…o fix-properties-ellipsis-add # Conflicts: # CHANGES.md
Alright - done 😉 |
Related Issue(s): #338
Description:
PR Checklist:
pre-commit run --all-files
)make test
)make docs
)