Opened 12 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 , 11 years ago
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch submitted