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

Add Context.scopeParts(Class<Q>): Iterable<Q> to allow for iterating over the values that are currently in scope #16121

Closed
lukaseder opened this issue Jan 22, 2024 · 1 comment

Comments

@lukaseder
Copy link
Member

This new API is required to fix:

We need to be able to check all the tables that are in scope

@lukaseder lukaseder added this to the Version 3.20.0 milestone Jan 22, 2024
@lukaseder lukaseder added this to To do in 3.20 Other improvements via automation Jan 22, 2024
@lukaseder lukaseder changed the title Add Context.scopeValues(Class<Q>): Iterable<Q> to allow for iterating over the values that are currently in scope Add Context.scopeParts(Class<Q>): Iterable<Q> to allow for iterating over the values that are currently in scope Jan 22, 2024
@lukaseder lukaseder changed the title Add Context.scopeParts(Class<Q>): Iterable<Q> to allow for iterating over the values that are currently in scope Add Context.scopeParts(Predicate<Q>): Iterable<Q> to allow for iterating over the values that are currently in scope Jan 22, 2024
@lukaseder lukaseder changed the title Add Context.scopeParts(Predicate<Q>): Iterable<Q> to allow for iterating over the values that are currently in scope Add Context.scopeParts(Class<Q>): Iterable<Q> to allow for iterating over the values that are currently in scope Jan 22, 2024
@lukaseder
Copy link
Member Author

3.20 Other improvements automation moved this from To do to Done Jan 22, 2024
lukaseder added a commit that referenced this issue Jan 22, 2024
This includes:

- [#16121] Add Context.scopeParts(Class<Q>): Iterable<Q> to
allow for iterating over the values that are currently in scope
- [#15998] RenderTable.WHEN_AMBIGUOUS_COLUMNS doesn't cover all
ambiguous column name cases
- [#15996] RenderTable.WHEN_MULTIPLE_TABLES doesn't work
correctly in correlated subqueries
lukaseder added a commit that referenced this issue Jan 22, 2024
This includes:

- [#16121] Add Context.scopeParts(Class<Q>): Iterable<Q> to
allow for iterating over the values that are currently in scope
- [#15998] RenderTable.WHEN_AMBIGUOUS_COLUMNS doesn't cover all
ambiguous column name cases
- [#15996] RenderTable.WHEN_MULTIPLE_TABLES doesn't work
correctly in correlated subqueries
lukaseder added a commit that referenced this issue Jan 22, 2024
This includes:

- [#16121] Add Context.scopeParts(Class<Q>): Iterable<Q> to
allow for iterating over the values that are currently in scope
- [#15998] RenderTable.WHEN_AMBIGUOUS_COLUMNS doesn't cover all
ambiguous column name cases
- [#15996] RenderTable.WHEN_MULTIPLE_TABLES doesn't work
correctly in correlated subqueries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant