4.3.3 (2020-12-04)
Bug Fixes
- cli: print both
entities
andentitiesTs
in debug command (90b85e4), closes #1139 - core: fix em.create() with nested relations (dde119f), closes #1150
- core: fix populating 1:m where the owner uses
mapToPk
(85a7c9d), closes #1128 - core: fix propagating of changes to 1:m with
mapToPk
(b38df3e), closes #1128 - core: fix snapshotting of composite properties (b5f19f2), closes #1079
- schema: allow using const enums (e02ffea), closes #1096
- schema: fix diffing tables in other than default schema (429d832), closes #1142 #1143
- sql: allow no results in
em.count()
(bc3cdf6), closes #1135 - sqlite: fix querying by 1:1 relation with composite PK (0da6347), closes #1157