insert or replace always...don't use ignore or insert (#363)

* SaveObject is always insert or replace.  Never use insert or ignore

* add/fix tests

* always replace even for bulk
This commit is contained in:
Adam Hathcock
2025-07-23 13:16:08 +01:00
committed by GitHub
parent 9e7f26f7a6
commit 4dd6db886f
3 changed files with 423 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ To ensure high-quality and consistent commits, please follow these guidelines:
3. **Test your changes**
- Run all unit tests before committing.
- Add or update xUnit tests as needed.
- Use FluentAssertions for assertions and Moq for mocking in tests.
- Use AwesomeAssertions for assertions and Moq for mocking in tests.
4. **Review your changes**
- Double-check for accidental debug code or commented-out code.