Commit cdd32f1
fix(storage): address PR review comments for skipDuplicatesCheck
- Use Booleanish validator and BoolUtils::castToBool for skipDuplicatesCheck parameter
- Remove unnecessary exception handling for driver-based backends
- Add unit tests for skipDuplicatesCheck parameter in CreatePrimaryKeyRequestTest
- Add E2E test testPrimaryKeyAddWithDuplicitySkipCheck
- Update Storage API client to support skipDuplicatesCheck option
Co-Authored-By: Martin Zajic <ja@mzajic.cz>1 parent 07a3eda commit cdd32f1
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3233 | 3233 | | |
3234 | 3234 | | |
3235 | 3235 | | |
| 3236 | + | |
3236 | 3237 | | |
3237 | | - | |
| 3238 | + | |
3238 | 3239 | | |
3239 | 3240 | | |
3240 | 3241 | | |
3241 | 3242 | | |
| 3243 | + | |
| 3244 | + | |
| 3245 | + | |
3242 | 3246 | | |
3243 | 3247 | | |
3244 | 3248 | | |
| |||
0 commit comments