Documentation says:
strict allow overwrite or not(0 or 1), the default is strict(1)
But the real default value is 0, so the records are always overwritten.
Also, current client implementation has no way to pass a value for a strict parameter,
so we do not know if it actually works as expected.
Need to check this and fix the documentation.
Documentation says:
strict allow overwrite or not(0 or 1), the default is strict(1)
But the real default value is 0, so the records are always overwritten.
Also, current client implementation has no way to pass a value for a strict parameter,
so we do not know if it actually works as expected.
Need to check this and fix the documentation.