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

Implement CreateIndexes, DropIndexes, ListIndexes #3468

Merged
merged 69 commits into from
Oct 6, 2023

Conversation

rumyantseva
Copy link
Contributor

@rumyantseva rumyantseva commented Sep 29, 2023

Description

Closes #3394.
Closes #3397.
Closes #3399.

Readiness checklist

  • I added/updated unit tests (and they pass).
  • I added/updated integration/compatibility tests (and they pass).
  • I added/updated comments and checked rendering.
  • I made spot refactorings.
  • I updated user documentation.
  • I ran task all, and it passed.
  • I ensured that PR title is good enough for the changelog.
  • (for maintainers only) I set Reviewers (@FerretDB/core), Milestone (Next), Labels, Project and project's Sprint fields.
  • I marked all done items in this checklist.

@mergify
Copy link
Contributor

mergify bot commented Oct 5, 2023

@rumyantseva this pull request has merge conflicts.

@mergify mergify bot added the conflict PRs that have merge conflicts label Oct 5, 2023
@mergify mergify bot removed the conflict PRs that have merge conflicts label Oct 5, 2023
@AlekSi AlekSi requested review from a team October 5, 2023 16:05
AlekSi
AlekSi previously approved these changes Oct 5, 2023
Copy link
Member

@chilagrow chilagrow left a comment

Choose a reason for hiding this comment

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

Just one comment

internal/handlers/sqlite/msg_createindexes.go Outdated Show resolved Hide resolved
@rumyantseva rumyantseva merged commit 360e147 into FerretDB:main Oct 6, 2023
34 of 52 checks passed
@rumyantseva rumyantseva deleted the issue-3394-list branch October 6, 2023 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/feature Some user-visible feature is not implemented yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Implement CreateIndexes Implement DropIndexes Implement ListIndexes
4 participants