Github user jinmeiliao commented on the issue:

    https://github.com/apache/incubator-geode/pull/151
  
    I don't think this would fix the problem. The problem is that the following 
two queries would return different results. Your change would still make them 
do that.
    
    query --query=\"select count(*) from /replicatedRegion.keySet\"
    query --query=\"SELECT COUNT(*) FROM /replicatedRegion.keySet\"
    
    I believe what Jens suggests is to convert the query string to 
lowercase/uppercase first and then checks for "contains" limit or count.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to