6.4.1 (2024-12-08)
Bug Fixes
- core: consider nested queries on JSON properties as scalars (920b019), closes #6246
- core: fix upserting properties with custom types (036b84d), closes #6241
- core: improve handling of reference wrapper inside constructor parameters (db7cb8a), closes #6266
- core: skip extra updates on properties with deferred constraints (85a649b), closes #6266
- core: support upserting entities with FK as PK when the target entity has composite PK (#6275) (2ae9ae7), closes #6252