cql_runner icon indicating copy to clipboard operation
cql_runner copied to clipboard

CQL Runner doesn't display empty string results

Open duncand opened this issue 7 years ago • 1 comments

Run the following CQL in the CQL Runner:

define x: 'hello'
define y: ''
define z: null

As you can see, the non-erroneous empty string result is not output:

>> x [1:1] hello
>> z [3:1] Null

While it might appear blank due to how string values are currently output without quotes, one would still expect to see the ">> y [2:1]" line.

duncand avatar Feb 27 '18 03:02 duncand

I have also noticed in the past that CQL Runner sometimes doesn't display a subset of the define outputs at all, they just aren't mentioned. I suspect this specific issue might be the reason, or otherwise it is an example of several cases that aren't being displayed but should be.

duncand avatar Feb 27 '18 04:02 duncand