Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate views in data models #128

Merged
merged 3 commits into from
Aug 12, 2024
Merged

Conversation

domi-b
Copy link
Contributor

@domi-b domi-b commented Mar 5, 2024

Iterator<Element> topicIterator = topic.iterator();
while (topicIterator.hasNext()) {
Element topicEntry = topicIterator.next();
if (topicEntry instanceof Projection) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Besser hier alle Arten VIEWs sammeln, auch wenn aktuell dann nur die Projection ausgewertet werden.

Copy link
Contributor

@patrickackermann patrickackermann Jul 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@claeis Die anderen VIEW Arten werden noch überhaupt nicht ausgewertet. Ich finde daher, dass das Sammeln der anderen VIEW Arten die Komplexität des Validators nur unnötig erhöht.

Auf diesem PR aufbauend wird dann noch das Auswerten der WHERE condition bei Projection Views umgesetzt: https://github.com/GeoWerkstatt/iox-ili/tree/view-constraints-where

@claeis claeis merged commit d987050 into claeis:master Aug 12, 2024
1 check passed
@domi-b domi-b deleted the view-constraints branch August 13, 2024 07:23
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.

4 participants