6.3.1 (2024-07-25)
Bug Fixes
- core: always check TS config files if TS support is detected (eb100fe), closes #5852
- core: discover base entities first to fix detection of STI when root entity not explicitly listed (7c1976f)
- core: fix CreateRequestContext not working with callback returning EntityManager (#5873) (3de546d), closes 1#L132
- mssql: do not escape charecters that don't need escaping (#5860) (6730978), closes mikro-orm#5811
- mssql: do not escape new line character (97919ce), closes #5811
- schema: skip db default inference only for polymorphic embeddables (925c69e), closes #5847