jrgemignani commented on issue #343:
URL: https://github.com/apache/age/issues/343#issuecomment-1366978411
@rafsun42 If the two forms can coexist in the grammar, then we should
attempt to support the deprecated form as well. However, if they can't coexist,
then we should just support the recent version. However, I can't see why they
wouldn't be able to coexist in the grammar.
For `SET n:NewLabel`, each label has its own table. So, it is not as simple
as just changing the label, you would need to -
- Create a new label table, if needed.
- Move the specified component to the new table.
- Remove the old component.
- Remove the old table, if empty.
- Plenty of checks to make sure it can be rolled back on failure.
As it would be rather involved, this would probably be best with its own
issue/ticket.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]