Revision a72251ed
[FEATURE] Make custom Doctrine mapping types configurable
This removes the hardcoded registration of the ObjectArray mapping type
and instead introduces mapping type configuration from settings::
TYPO3:
Flow:
persistence:
doctrine:
# DBAL custom mapping types can be registered here
dbal:
mappingTypes:
'mytype':
dbType: 'db_mytype'
className: 'Acme\Demo\Doctrine\DataTypes\MyType'
See the Doctrine documentation for more details:
http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/cookbook/custom-mapping-types.html
Change-Id: Iab0f14117b30a4924a7947af44b9516c241912da
Resolves: #33838
Releases: master, 3.0
- added
- modified
- copied
- renamed
- deleted