Ticket #341 (closed Bug)
Unexpected error on invalid query.
| Reported by: | bruno@… | Owned by: | somebody |
|---|---|---|---|
| Priority: | Minor | Milestone: | |
| Component: | Repository - querying and indexing | Version: | 2.0 |
| Keywords: | Cc: |
Description
[jira2trac import : issue created on August 31, 2006 9:42:48 AM CEST http://issues.cocoondev.org/browse/DSY-341 ]
Executing a query like this:
select id where bieboeba
will not give a query parse exception but instead say "The where clause of the query is not a predicate expression."
Change History
Note: See
TracTickets for help on using
tickets.
[jira2trac import : comment created by bruno on January 22, 2007 12:57:27 PM CET]
Note to self: this will be fixed on BRANCH_DEREF
The example query isn't a good example however, as 'bieboeba' is a valid identifier, it was more about constructs like "bie boe ba" or some value-expressions when followed by certain operators.