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

Calculate indexes for all rows #101

Merged
merged 2 commits into from May 11, 2023
Merged

Calculate indexes for all rows #101

merged 2 commits into from May 11, 2023

Conversation

muglug
Copy link
Collaborator

@muglug muglug commented May 11, 2023

This adds index calculations on INSERT, UPDATE and DELETE commands. This will allow us to filter on these indexes in a follow-up PR.

@@ -15,8 +15,8 @@ final class DeleteQueryTest extends HackTest {
expect($results->rows())->toBeSame(vec[
dict['id' => 2, 'group_id' => 12345, 'name' => 'name2'],
dict['id' => 3, 'group_id' => 12345, 'name' => 'name3'],
dict['id' => 4, 'group_id' => 6, 'name' => 'name3'],
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

These rows had to be changed given a unique index on name

@muglug muglug merged commit 91d5dd1 into main May 11, 2023
3 checks passed
@muglug muglug deleted the muglug-big-refactor branch May 11, 2023 18:16
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.

None yet

2 participants