-
Notifications
You must be signed in to change notification settings - Fork 94
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
Allows to disable making parent collection while writing stream #76
base: master
Are you sure you want to change the base?
Allows to disable making parent collection while writing stream #76
Conversation
Thanks for your feature. We could move this to a global option/setter to make this work for all operations. Discussions are welcome. |
What do you mean by 'all operations'? If I see it right, there are only 3 occurrence of the |
yes. this PR captures just one call to |
035a1a6
to
4852177
Compare
Hence, I've adjusted the changes based on your thoughts and suggestion. Please have a look at it. |
Just my opinions:
|
@ueffel thanks for the insight! |
I would not be in favor of more method arguments for feature toggling. |
Sometimes it is useful and also not necessary to call the
createParentCollection()
. Hence, a bool param is introduced disabling the function call.