sqlite-utils query generates a JSON output with the result from the query:
If no rows are returned by the query, I'm expecting an empty JSON array:
But actually I'm getting an empty string. To be consistent, the output should be [] when the request succeeds (return code == 0).
sqlite-utils querygenerates a JSON output with the result from the query:[{...},{...}]If no rows are returned by the query, I'm expecting an empty JSON array:
But actually I'm getting an empty string. To be consistent, the output should be
[]when the request succeeds (return code ==0).