Changes:
- extended configuration example
- fixed bug when registering type overrides
- fixed combination of camelCase and pascal_case in configuration (BC break use
type_overrides
instead oftypeOverrides
) - removed unnecessary call to
registerDoctrineTypeMapping
- should be achieved by overridinggetMappedDatabaseTypes
in the type class (one that extendesDoctrine\DBAL\Types\Type
).