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

Fix for 4050. IndexAttribute. #21012

Merged
merged 6 commits into from
May 28, 2020
Merged

Fix for 4050. IndexAttribute. #21012

merged 6 commits into from
May 28, 2020

Conversation

lajones
Copy link
Contributor

@lajones lajones commented May 22, 2020

Fixes #4050 - allow an index to be configured using an IndexAttribute.

(Note: there's some support for TPT which doesn't work yet - marked by TODO's. I can add those in once PR #20938 is checked in). PR #20938 is checked in - TPT support now included.

@lajones lajones self-assigned this May 22, 2020
@lajones lajones requested a review from AndriySvyryd May 22, 2020 02:41
@AndriySvyryd
Copy link
Member

After this is checked in consider allowing multiple indexes on the same properties (part of #4150) as that would break the new API introduced in this PR if done after 5.0

@lajones lajones requested a review from AndriySvyryd May 27, 2020 23:42
Update error to only apply if there's a mixture of mapped and unmapped.
Updating IndexAttributeConvention back to throw instead of logging.
@lajones
Copy link
Contributor Author

lajones commented May 28, 2020

After this is checked in consider allowing multiple indexes on the same properties (part of #4150) as that would break the new API introduced in this PR if done after 5.0

I've set #4150 to be reconsidered at the next triage meeting.

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.

Support an [Index] attribute
4 participants