Changes between Initial Version and Version 4 of Ticket #1759


Ignore:
Timestamp:
May 3, 2018, 9:07:20 AM (6 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1759

    • Property Owner set to bbell
    • Property Status newassigned
  • Ticket #1759 – Description

    initial v4  
    55WHERE oid(B) = ..
    66}}}
    7 What's missing in the syntax is support for an optional FROM clause, so we can say
     7What's missing in the syntax is support for specifying multiple collections, e.g.
    88{{{
    9 UPDATE A SET A[..]
     9UPDATE A, B SET A[..]
    1010ASSIGN B
    11 FROM B
    1211WHERE oid(B) = ..
    1312}}}