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

Fix renaming column with Extra info set #2275

Merged
merged 2 commits into from
May 20, 2024
Merged

Conversation

MasterOdin
Copy link
Member

Closes #2269

PR fixes a bug introduced in #2253 where we were no longer prepending a space on the $extra variable, and so if it had a value along with $null, then the two would be appended together without a space and cause a syntax error. I've re-introduced the space in front of $extra that used to be there, as well as added a test to validate the fix.

@MasterOdin MasterOdin merged commit 72155eb into 0.x May 20, 2024
10 checks passed
@MasterOdin MasterOdin deleted the fix-rename-column-mysql branch May 20, 2024 16:15
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.

RenameColumn generating SQL syntax
1 participant