MikroORM v5.0.2 Release Notes

Release Date: 2022-02-16 // over 2 years ago
  • ๐Ÿ› Bug Fixes

    • core: allow passing entity instance in repo.nativeInsert() (791c009)
    • core: do not ignore schema name from config in em.getReference() (58680fc)
    • core: do not ignore schema name in batch queries (b47393e)
    • core: do not ignore schema name in collection updates (d688dc1)
    • core: do not ignore value from database even if we only have a getter (35103b3), closes #2760
    • core: respect global schema (b569686)
    • postgres: do not ignore custom PK constraint names (3201ef7), closes #2762
    • ๐Ÿ‘€ seeder: declare missing dependency on globby (0599032)
    • typing: remove overloads for em.nativeInsert() (e21d470)