Sergey Nagaytsev created CASSANDRA-6227:
-------------------------------------------
Summary: Add 'WHERE 0=1', 'WHERE false', in SQL-compatible manner
Key: CASSANDRA-6227
URL: https://issues.apache.org/jira/browse/CASSANDRA-6227
Project: Cassandra
Issue Type: New Feature
Environment: Yii2 PHP framework database abstarction level
Reporter: Sergey Nagaytsev
Then DBAL thinks query result must be empty, it's deep inner method returns
something like '0=1', 'FALSE' etc. for inclusion into WHERE condition, to make
result set empty.
Nothing of this is recognised by Cassandra - instead, error is returned.
Please, implement 'false', 'null', constant comparison etc. as valid parts of
WHERE with logic
--
This message was sent by Atlassian JIRA
(v6.1#6144)