Skip to content

[main] Fix to #32062 - Altering a nullable column to not null generates invalid SQL commands for migration - #32102

Merged
maumar merged 1 commit into
mainfrom
fix32062_main
Oct 24, 2023
Merged

[main] Fix to #32062 - Altering a nullable column to not null generates invalid SQL commands for migration#32102
maumar merged 1 commit into
mainfrom
fix32062_main

Conversation

@maumar

Copy link
Copy Markdown
Contributor

Problem was that alter column from nullable to non-nullable on a temporal table requires us to disable versioning, so that null values could be properly updated to the new defaults.

Fixes#32062

…lid SQL commands for migration
Problem was that alter column from nullable to non-nullable on a temporal table requires us to disable versioning, so that null values could be properly updated to the new defaults.
Fixes#32062
@maumar
maumar requested a review from bricelamOctober 19, 2023 23:20
Sign up for freeto 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.

Altering a nullable column to not null generates invalid SQL commands for migration

2 participants

@maumar@roji