Open Arnaxx54 opened 4 days ago
Thank you for the bug report. However, this is expected for a command to only deliver what you see is what you get. Empty list is a valid output. When we run SQL select statement on an empty table, does the DB server return an error?
Team chose [response.Rejected
]
Reason for disagreement: Thank you for your feedback. I would like to clarify that the issue lies within the user feedback message and not the output of an empty list. If a list of persons does not exist, the feedback message 'Listed all persons' is inaccurate and confusing. Additionally, the user guide does not acknowledge this situation.
To draw parallels with the find command, this error would be similar to returning 'customers listed!' when there are no potential matches.
The comparison with a DB server is invalid in this situation since they are completely different applications.
The
list
command returns a success message even when there are no persons to list.Expected: Return an error message saying there are no persons to display.