You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were also issues with parsing with this. We accidentally allowed for FROM to precede any DML statement, such as DELETE, which is not supported by QLDB. The syntactical feature has been removed until its semantics have been formalized by the PartiQL Team.
Additional Context
FROM DML is used by the end-of-support QLDB. See the above link for the documentation.
DoD (Definition of Done)
Determine whether FROM (INSERT, REMOVE, SET) will be in the official PartiQL Language.
Note: If we do add it, we should have dedicated AST nodes to disambiguate syntax from semantics. AKA a FromInsert, FromRemove, FromSet.
The text was updated successfully, but these errors were encountered:
Relevant Issue/Bug
Requested Solution/Feature
FROM
to precede any DML statement, such asDELETE
, which is not supported by QLDB. The syntactical feature has been removed until its semantics have been formalized by the PartiQL Team.Additional Context
DoD (Definition of Done)
FromInsert
,FromRemove
,FromSet
.The text was updated successfully, but these errors were encountered: