- Issue created by @alorenc
- 🇷🇴Romania claudiu.cristea Arad 🇷🇴
I think this was already fixed along with other issue. Let's keep it around for a while...
The update() method in BabelStorage processes records in chunks of 200. If any single record in a chunk has a duplicate key (already exists), the entire chunk of 200 records gets silently skipped due to how the exception is handled.
New records should be inserted successfully. Only actual duplicates should be skipped
Active
1.0
Code
I think this was already fixed along with other issue. Let's keep it around for a while...