Bug #89714
closedC-style comment in ext_tables.sql breaks following table definition
100%
Description
A C-style comment before a table definition will cause this table definition to be ignorend.
Example:
Definition of table1 will be ignored, while table2 is taken into account.
/*
Some text (or older table defintions)
*/
#
# Table structure for table 'table1'
#
CREATE TABLE table1 (
header varchar(255) DEFAULT '' NOT NULL,
bodytext text
);
#
# Table structure for table 'table2'
#
CREATE TABLE table2 (
header varchar(255) DEFAULT '' NOT NULL,
bodytext text
);
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/63951
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/63951
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/63951
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63911
Updated by Christian Eßl over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7adc8e074b4fc51483c5f922a0ef9e924ed88261.
Updated by Gerrit Code Review over 4 years ago
- Status changed from Resolved to Under Review
Patch set 2 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63911
Updated by Christian Eßl over 4 years ago
- Status changed from Under Review to Resolved
Applied in changeset 1c3b12f9a3a4d65e824af794a848f893af3776fc.