Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CQL Runner doesn't display empty string results #22

Open
duncand opened this issue Feb 27, 2018 · 1 comment
Open

CQL Runner doesn't display empty string results #22

duncand opened this issue Feb 27, 2018 · 1 comment
Assignees

Comments

@duncand
Copy link

duncand commented Feb 27, 2018

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
Copy link
Author

duncand commented Feb 27, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants