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 insert, remove and update methods to multi_index (and index) #179

Merged
merged 4 commits into from
May 18, 2023

Conversation

mikelik
Copy link
Member

@mikelik mikelik commented May 16, 2023

Change Description

Resolves #135
Add insert, remove and update methods to multi_index

API Changes

  • API Changes

For multi_index there are 3 new methods: insert (alias for emplace), remove (alias for erase), update (alias for modify).

Documentation Additions

  • Documentation Additions

If there is documentation for multi_index 3 new methods should be added. It might be in separate repo docs.

@mikelik mikelik marked this pull request as ready for review May 16, 2023 15:05
Copy link
Contributor

@dimas1185 dimas1185 left a comment

Choose a reason for hiding this comment

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

please address @jolly-fellow comments, not critical but will reduce verbosity

@ericpassmore
Copy link
Contributor

Note:start
group: STABILITY
category: INTERNALS
summary: Add alternate names for operations to insert, remove, and update indexes.
Note:end

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 standard naming conventions for databases
4 participants