MikroORM v5.0.4 Release Notes

Release Date: 2022-02-22 // about 2 years ago
  • 🐛 Bug Fixes

    • core: always create new entities as initialized (bbb30c5)
    • core: fix mapping default values of relation properties (bc57ed0)
    • core: fix propagation of FK as PK with not flushed entity (25be857), closes #2810
    • core: fix unsetting identity of orphans (1:1 with orphan removal) (91e7315), closes #2806
    • core: respect schema from config when adding new entities to context (7a6b6e2)
    • core: respect load strategy specified in property definition (1a6b4b2), closes #2803
    • entity-generator: fix property names for columns with dashes (#2813) (c920d5f)
    • schema: escape table/column comments (fff1581), closes #2805