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

Don't create metadata schema in a transaction #943

Merged
merged 1 commit into from
Dec 31, 2023

Conversation

serprex
Copy link
Contributor

@serprex serprex commented Dec 30, 2023

When a command errors during a transaction the transaction can no longer progress, it must be rolled back. This is the case when IF NOT EXISTS errors over unique violation

We do not need schema/table creation to be transactional, so remove transaction

Corrects #942 & #905 to be effective

When a command errors during a transaction the transaction can no longer progress,
it must be rolled back. This is the case when IF NOT EXISTS errors over unique violation

We do not need schema/table creation to be transactional, so remove transaction
@serprex serprex force-pushed the remove-transactional-metadata-schema-setup branch from c73dbe9 to ad9953f Compare December 30, 2023 16:41
@serprex
Copy link
Contributor Author

serprex commented Dec 30, 2023

#941 is now passing when rebased onto this PR

@serprex serprex merged commit c6e284e into main Dec 31, 2023
7 checks passed
@serprex serprex deleted the remove-transactional-metadata-schema-setup branch January 4, 2024 00:11
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