Skip to content

Conversation

yugo-n
Copy link
Collaborator

@yugo-n yugo-n commented Aug 31, 2023

Currently, types that does not have an equality operator cannot be used in the target list of the view definition, because all of target list entries are used for comparison to identify rows to be updated or deleted in the view. Previously, an error is raised at the time such view is incrementally maintained, this is fixed to check that at the view creation time.

This restriction may be relaxed in future after we can use an index to identify rows in the view.

Issue #61

Currently, types that does not have an equality operator cannot
be used in the target list of the view definition, because all
of target list entries are used for comparison to identify rows
to be updated or deleted in the view. Previously, an error is
raised at the time such view is incrementally maintained, this
is fixed to check that at the view creation time.

This restriction may be relaxed in future after we can use an
index to identify rows in the view.

Issue #61
@yugo-n yugo-n merged commit 1b4fb57 into main Aug 31, 2023
@yugo-n yugo-n deleted the check_xml_json branch August 31, 2023 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant