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

select expressions do not support comparison to true or false #591

Open
ithinkihaveacat opened this issue May 31, 2013 · 2 comments
Open

Comments

@ithinkihaveacat
Copy link

It's not possible to select ... where foo = true or select ... where foo = false.

That is,

data = [
  { "id": 1, "foo": true },
  { "id": 2, "foo": false }
];

return select * from data where foo = true;

does not return any results.

Replacing the expression with id = 1 returns a single result, as expected.

@ithinkihaveacat
Copy link
Author

(Pull request #592 will fix this.)

@ithinkihaveacat
Copy link
Author

Is anyone still working on ql.io? The http://ql.io/ domain doesn't even resolve right now.

@s3u @hochang

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

1 participant