5.7.5 (2023-05-09)
Bug Fixes
- core: deprecate
wrappedReference
andIdentifiedReference
(ab79832) - core: detect early deletes for compound unique constraints (f9530e4), closes #4305
- core: fix extra updates caused by bigint type (2acd25e), closes #4249
- core: fix extra updates caused by property initializers when
forceEntityConstructor
is enabled (7ee883d), closes #4323 - core: respect schema name when checking duplicate table names (5b89b00), closes #4332
- mongo: sorting with UnderscoreNamingStrategy (#4314) (a5b0f94), closes #4313
- postgres: improve enum/check constraint inspection in schema diffing (6c44b42), closes #4312