Allows to disable making parent collection while writing stream#76
Allows to disable making parent collection while writing stream#76the-plate wants to merge 1 commit into
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.