Skip to content

Release v1

Latest
Compare
Choose a tag to compare
@maresja1 maresja1 released this 05 Dec 14:41
· 2 commits to master since this release

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 of typeOverrides)
  • removed unnecessary call to registerDoctrineTypeMapping - should be achieved by overriding getMappedDatabaseTypes in the type class (one that extendes Doctrine\DBAL\Types\Type).