Actions
Bug #70558
closedPostgreSQL - convert varchar with DEFAULT to MySQL syntax for schema compare
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2015-10-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
PostgreSQL returns 'NULL::character varying' as the default value for a field defined as varchar(255) DEFAULT NULL
Add support for transforming the PostgreSQL specific syntax to the MySQL syntax expected by the schema compare in the InstallTool.
Actions