Handle autoGenerateObjectIDIfNotExist
parameter for replaceAllObjects()
method
#666
Labels
autoGenerateObjectIDIfNotExist
parameter for replaceAllObjects()
method
#666
The
autoGenerateObjectIDIfNotExist
boolean parameter is for now only valid inthe context of the
saveObjects()
method. As pointed out by @julienpa, it wouldmake sense to also accepts it as a valid parameter of
replaceAllObjects()
.For backward-compatiblity, let's make sure the default behavior of calling
replaceAllObjects()
without theautoGenerateObjectIDIfNotExist
parameter isstill considered as if it was set to
false
.The text was updated successfully, but these errors were encountered: