You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 testsWhich 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 fieldby 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
The text was updated successfully, but these errors were encountered: