Skip to content

Add insert, remove and update methods to multi_index (and index)#179

Merged
mikelik merged 4 commits intomainfrom
mikelik/crud
May 18, 2023
Merged

Add insert, remove and update methods to multi_index (and index)#179
mikelik merged 4 commits intomainfrom
mikelik/crud

Conversation

@mikelik
Copy link
Contributor

@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 requested review from dimas1185 and jolly-fellow May 16, 2023 15:04
@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