Project

General

Profile

Actions

Bug #86793

closed

Renamed columns are not correctly detected by database schema diff

Added by Helmut Hummel over 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-10-30
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When using the default collation utf8mb4, renamed columns are not detected any more.

When you set up a new TYPO3 9.5 instance with MySQL
And rename one filed in any extensions ext_tables.sql file

I would expect to see the old field name offered to be dropped and a new field offered to be created with a new field name

What actually happens is, that database schema update does not show any changes.

Same is true for renaming an index.


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Feature #80398: Make default charset and collation for new tables configurableClosed2017-03-22

Actions
Related to TYPO3 Core - Bug #78771: ConnectionMigrator does not handle renamed columnsClosed2016-11-23

Actions
Related to TYPO3 Core - Bug #81756: DatabaseSchemaComparator does not handle renamed columnsClosed

Actions
Actions #1

Updated by Helmut Hummel over 5 years ago

  • Related to Feature #80398: Make default charset and collation for new tables configurable added
Actions #2

Updated by Christian Kuhn over 5 years ago

confirmed. seen that, too. we had a fix related to this back in v8 times and should pick up some details from there. if that is related to utf8mb4, it's the explanation we did not see that earlier.

Actions #3

Updated by Gerrit Code Review over 5 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58787

Actions #4

Updated by Helmut Hummel over 5 years ago

Christian Kuhn wrote:

confirmed. seen that, too. we had a fix related to this back in v8 times and should pick up some details from there. if that is related to utf8mb4, it's the explanation we did not see that earlier.

Would be helpful, if you could pick up the change request or ticket from back then. I didn't find anything.

otoh I'm now pretty convinced, that I found a proper fix for that.

Code was broken since 8, but was issue was leveraged with utf8mb4 transition changes.

So maybe the fix is worth backporting to 8 although the error is not that easy to trigger (if at all for column renames)

Actions #5

Updated by Gerrit Code Review over 5 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58787

Actions #6

Updated by Christian Kuhn over 5 years ago

  • Related to Bug #78771: ConnectionMigrator does not handle renamed columns added
Actions #7

Updated by Christian Kuhn over 5 years ago

  • Related to Bug #81756: DatabaseSchemaComparator does not handle renamed columns added
Actions #8

Updated by Gerrit Code Review over 5 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58787

Actions #9

Updated by Helmut Hummel over 5 years ago

Thanks, the related tickets and change requests helped

Actions #10

Updated by Gerrit Code Review over 5 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58787

Actions #11

Updated by Helmut Hummel over 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #12

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF