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

Feature: implement explicit index queries on arrays in Postgres stores #2010

Closed
2 tasks done
wolf4ood opened this issue Sep 23, 2022 · 3 comments
Closed
2 tasks done
Labels
enhancement New feature or request
Milestone

Comments

@wolf4ood
Copy link
Contributor

wolf4ood commented Sep 23, 2022

Feature Request

Support explicit indexes when querying arrays in Postgres stores.
The current behavior throws an exception on failed do find the mapping.

For now the collectionIndexQuery flags in all base tests is disabled in all PG tests

Which Areas Would Be Affected?

All Postgres stores.

Why Is the Feature Desired?

To achieve feature parity with InMemory and ComosDB stores.

Solution Proposal

The query in case of an exact index on a collection should be rewritten using the -> operator with works on the collection field
by providing in the right operand the index of the element we are interested in.

Type of Issue

i.e., new feature, improvement, cleanup, etc.

Checklist

  • assigned appropriate label?
  • Do NOT select a milestone or an assignee!
@wolf4ood wolf4ood added the enhancement New feature or request label Sep 23, 2022
@github-actions
Copy link

github-actions bot commented Oct 8, 2022

This issue is stale because it has been open for 14 days with no activity.

@github-actions github-actions bot added the stale Open for x days with no activity label Oct 8, 2022
@wolf4ood wolf4ood added this to the Backlog milestone Oct 14, 2022
@wolf4ood wolf4ood removed the stale Open for x days with no activity label Oct 14, 2022
@github-actions
Copy link

This issue is stale because it has been open for 28 days with no activity.

@github-actions github-actions bot added the stale Open for x days with no activity label Jun 24, 2023
@juliapampus juliapampus removed the stale Open for x days with no activity label Jun 26, 2023
@ndr-brt
Copy link
Member

ndr-brt commented Oct 18, 2023

This was already solved by #3330

@ndr-brt ndr-brt closed this as completed Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants