Actions
Bug #82465
closedSchema column definition handling with Doctrine fails for Oracle DB (OCI8)
Status:
Rejected
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2017-09-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
database,doctrine,oracle
Complexity:
Is Regression:
Sprint Focus:
Description
When running the install tool database analyzer or running the report module that both need to fetch the column definitions from registered databases, an error occurs if an Oracle database is registered.
This is due to the type of a column that is set in the data_type
key of the definition array (only for Oracle), when TYPO3 works with the type
key.
See Oracle official documentation for more information.
We run into this issue on a 8.7.4 version, with a second Oracle database registered (the default DB runs on MySQL just fine). Frontend database requests with the Oracle database work fine.
Actions