[BUGFIX] SchemaMigrator: Implement platform specific schemas
Quote identifiers in the generated schema and remove MySQL specific information like the length hint from index column names. Change-Id: I094ff22aed5270784394555e838cac0f278d9193 Resolves: #77817 Resolves: #77812 Releases: master Reviewed-on: https://review.typo3.org/49846 Tested-by:Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
Showing
- typo3/sysext/core/Classes/Database/Schema/Parser/AST/Identifier.php 17 additions, 0 deletions...xt/core/Classes/Database/Schema/Parser/AST/Identifier.php
- typo3/sysext/core/Classes/Database/Schema/Parser/TableBuilder.php 27 additions, 15 deletions...sext/core/Classes/Database/Schema/Parser/TableBuilder.php
- typo3/sysext/core/Classes/Database/Schema/SchemaMigrator.php 93 additions, 21 deletionstypo3/sysext/core/Classes/Database/Schema/SchemaMigrator.php
- typo3/sysext/core/Tests/Unit/Database/Schema/Parser/TableBuilderTest.php 6 additions, 6 deletions...re/Tests/Unit/Database/Schema/Parser/TableBuilderTest.php
Please register or sign in to comment