Skip to content

RS-628: Support ext parameter in IBucket::QueryOptions#87

Merged
atimin merged 6 commits into
mainfrom
RS-628-add-ext-param
Apr 10, 2025
Merged

RS-628: Support ext parameter in IBucket::QueryOptions#87
atimin merged 6 commits into
mainfrom
RS-628-add-ext-param

Conversation

@atimin
Copy link
Copy Markdown
Member

@atimin atimin commented Apr 10, 2025

Closes #

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • CHANGELOG.md has been updated (for bug fixes / features / docs)

What kind of change does this PR introduce?

Feature

What was changed?

The PR adds the ext parameter to the IBucket::QueryOptions method to process data with extensions:

 bucket->Query("entry-1", IBucket::Time{}, IBucket::Time::clock::now(), {.ext = R"({"test": {}})"},
                           [](auto record) { return true; });

Related issues

reductstore/reductstore#762

Does this PR introduce a breaking change?

No

Other information:

@atimin atimin changed the title RS-628: Support ext parameter in IBucket::QueryOptions RS-628: Support ext parameter in IBucket::QueryOptions Apr 10, 2025
@atimin atimin merged commit 0203e16 into main Apr 10, 2025
14 checks passed
@atimin atimin deleted the RS-628-add-ext-param branch April 10, 2025 08:19
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.

1 participant