Feature #74319
closedcheck default database character set during Installation and provide Update wizard for fixing default character set other than utf-8
100%
Description
If you install TYPO3 to an existing Database with a default charset other than utf-8, TYPO3 will create tables with the default charset of that database. The install Tool should check the default charset and notify the user if it is not utf-8.
Furthermore the install Tool should check for this issue too and provide an update wizard to fix this (=set the default charset to utf-8 and NOT convert existing tables to utf-8). As Andreas pointed out in #74038 a default charset other than utf-8 leads to non-utf-8 tables when updating the database via the install tool or installing extensions.
Updated by Morton Jonuschat over 8 years ago
Please keep in mind that this needs to work in DBMS which are not MySQL (PostgreSQL, SQLServer, Oracle)!
Updated by Gerrit Code Review over 8 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/47103
Updated by Gerrit Code Review over 8 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/47103
Updated by Gerrit Code Review over 8 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/47103
Updated by Gerrit Code Review over 8 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/47103
Updated by Jonas Götze over 8 years ago
Morton Jonuschat wrote:
Please keep in mind that this needs to work in DBMS which are not MySQL (PostgreSQL, SQLServer, Oracle)!
Thanks for mentioning! The patch should imo take care of this.
Updated by Jonas Götze over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4aa72b0a58bb28cd940bb0aaafb6d97bc54527b2.