Opened 11 years ago

Closed 11 years ago

#336 closed defect (fixed)

"delete from collection" fails

Reported by: Heinrich Stamerjohanns Owned by: Dimitar Misev
Priority: minor Milestone:
Component: qlparser Version: 8.4
Keywords: Cc:
Complexity: Medium

Description

According to documentation a simple

delete from mr1

without conditions should remove all objects from the collection.
However an "unexpected end of query" is returned.

Providing a condition works well though (delete from mr1 where some_cells(mr1 > 0).

Change History (2)

comment:1 by Dimitar Misev, 11 years ago

patch submitted

comment:2 by Dimitar Misev, 11 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.