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

DELETE: Fix panic when using PRIMARY KEY #203

Merged
merged 1 commit into from
Dec 27, 2024
Merged

DELETE: Fix panic when using PRIMARY KEY #203

merged 1 commit into from
Dec 27, 2024

Conversation

elliotchance
Copy link
Owner

@elliotchance elliotchance commented Dec 27, 2024

When an index lookup occurs as part of a DELETE, it was not stripping the qualified identifiers in the row necessary for storage to find the rows.

This did not effect the equivilent UPDATE, but I have add an extra test for that anyway.

Fixes #200

When an index lookup occurs as part of a DELETE, it was not stripping
the qualified identifiers in the row necessary for storage to find the
rows.

This did not effect the equivilent UPDATE, but I have add an extra
test for that anyway.
@elliotchance elliotchance merged commit eaa590c into main Dec 27, 2024
8 checks passed
@elliotchance elliotchance deleted the i200 branch December 27, 2024 21:06
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.

sql: PRIMARY KEY - Delete queries panic
1 participant