Actions
Bug #66929
closedCannot parse default date
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2015-05-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
hard
Is Regression:
No
Sprint Focus:
Description
#1310027793: ERROR: Query could not be parsed: "SQL engine parse ERROR: Field type unknown in parseFieldDef()!: near "date default '0000-00-00' "". Query: "ALTER TABLE fe_users ADD birthday date default '0000-00-00';"
When installing an extension having ext_tables.sql
:
# # Table structure for table 'fe_users' # CREATE TABLE fe_users ( birthday date DEFAULT '0000-00-00', subscribed_courses int(11) unsigned DEFAULT '0' NOT NULL, tx_extbase_type varchar(255) DEFAULT '' NOT NULL, );
Updated by Mathias Schreiber over 9 years ago
- Status changed from New to Accepted
- Assignee set to Mathias Schreiber
Updated by Benni Mack over 9 years ago
- Target version changed from 7.3 (Packages) to 7.4 (Backend)
Updated by Morton Jonuschat over 9 years ago
- Category changed from Database API (Doctrine DBAL) to 999
- Assignee changed from Mathias Schreiber to Morton Jonuschat
- Target version changed from 7.4 (Backend) to 7.5
Updated by Gerrit Code Review over 9 years ago
- Status changed from Accepted 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 http://review.typo3.org/42379
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42379
Updated by Morton Jonuschat over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7218416e5c9fc608c81fe5ebb6fecd3a0ede7768.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions