Opened 11 years ago
Closed 11 years ago
#418 closed defect (fixed)
delete from collection only deletes one element from collection
Reported by: | Marcus Sen | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | qlparser | Version: | 8.4 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
If I have a collection with 2 objects and execute the command
delete from test_coll where 1=1
then I find only one of the objects is deleted and I have to issue the command again to delete the next one.
(the 'where 1=1' part is appended to get around the related ticket #336)
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