6.1.5 (2024-02-21)
Bug Fixes
- core: allow serializing raw SQL fragments outside of entity serialization (9158f51), closes #5257
- core: ensure missing type validation ignores enums (a916710), closes #5255
- core: fix
orderBy
option on to-many properties with arrays (fae2302), closes #5265 - core: ignore virtual properties in partial loading hint (d327db5), closes #5261
- entity-generator: fixed generation of unsigned columns (#5254) (d78da29)
- entity-generator: optional and hidden properties get type option + string defaults (#5264) (12d3b54), closes #5260
- schema: allow 1:m properties in pivot entities (c370578)