Actions
Feature #93637
openAllow adding custom doctrine types
Status:
New
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2021-03-03
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The custom doctrine types are set in the ConnectionPool class.
There is no way to add new Types (without Xclassing) right now.
Example use-case:
Ever now and then, you might need to implement data from another database. This can easily archieved with different connections.
Is another table uses a data type (e.g. Point), it will lead to while comparing the database in the install tool.
This can be solved by defining the custom doctrine types as part of public api in the ['DB']['Connections'] array.
No data to display
Actions