Why does LiteDB create a duplicate on update?
This operation will update the correct row, but will also create a duplicate of that row. How do I prevent this behavior ?
This operation will update the correct row, but will also create a duplicate of that row. How do I prevent this behavior ?