Feature #49060
closedCompare database should reflect mysql column comments
100%
Description
Mysql column comments in ext_tables.sql are added to the database but the Install tool complains that the table definitions differ from the database. The reason is, that the COMMENT statements are not included in the SHOW COLUMN statement in the DatabaseConnection->admin_get_fields method. The attached patch changes this and adds the comment in the SchemaMigrator->assembleFieldDefinition method.
Files
Updated by Markus Klein over 11 years ago
- Target version deleted (
6.2.0)
Hi Nico!
Thanks for your contribution.
Would you mind pushing your patch to our review system?
You can find all necessary information here: http://wiki.typo3.org/Contribution_Walkthrough_Tutorials
Feel free to contact me if you have questions.
~Markus
Updated by Nico de Haen over 11 years ago
Yes of course. No problem. I will push it to the review system as soon as I have time
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21478
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21478
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21478
Updated by Gerrit Code Review almost 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/21478
Updated by Gerrit Code Review almost 10 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/21478
Updated by Mathias Schreiber almost 10 years ago
- File 49060_step1_initial_status.png 49060_step1_initial_status.png added
- File 49060_step2_add_comment.png 49060_step2_add_comment.png added
- File 49060_step3_remove_existing_comment.png 49060_step3_remove_existing_comment.png added
Added images to illustrate the new behavior
Updated by Gerrit Code Review almost 10 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/21478
Updated by Nico de Haen almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bcbcd4c6fefad3cdf7ee7cc6f647f6563981a7a8.