-
-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
).
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working