-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[stable6] Also quote old column name during DB migration #7430
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
Conversation
This fixes alter table commands that didn't quote the old column name
|
and @karlitschek |
|
@felixboehm can you test migration with this PR with MSSQL ? With a bit of luck it can solve its migration issue as well. |
|
I'll test this on mssql .... |
|
Thanks guys |
This will not help with the MSSQL issue reported by @felixboehm - I'm working on a fix for this |
|
Just tested on Oracle, and Oracle has a different error which happens regardless of this PR. |
|
🚀 Test Passed. 🚀 |
|
Here is the Oracle issue: #7435 I'll tick MSSQL and Oracle since we tested them |
|
@bartv2 @DeepDiver1975 @karlitschek @bantu this important fix still needs to be reviewed. |
|
or @icewind1991 |
|
@PVince81 I assume we can write a unit test for this. Let's see if I can build something .... |
|
#7439 is failing - I'll merge the unit tests now in here ... |
|
A new inspection was created. |
|
Nice PR juggling 😉 |
|
💣 Test Failed. 💣 |
|
Failing unit tests are unrelated |
|
👍 |
|
This needs another reviewer, required for 6.0.2 RC2 later today, thanks |
|
@butonic @icewind1991 @bantu @bartv2 review maybe? |
|
Testing now |
|
👍 tests worked locally. jenkins failed because of etag asserts |
[stable6] Also quote old column name during DB migration
|
Will prepare the forward port to master on the other PR |
|
Forward port is here: #7439 |
This fixes alter table commands that didn't quote the old column name
Please review @bartv2 @DeepDiver1975 @bantu
Fixes #7415
I've tested this twice.