Skip to content

v7.0.9

Choose a tag to compare

@B4nan B4nan released this 06 Apr 11:54
· 72 commits to master since this release

7.0.9 (2026-04-06)

Bug Fixes

  • core: escape special characters in base Platform array marshalling (#7489) (9bc798f), closes #7488
  • core: include generated columns in mergeData diff for identity map reuse (#7491) (97fd5c6), closes #7421 #7486
  • core: resolve EntityIdentifier in composite FK with shared join columns (#7477) (cb44ba0)
  • core: respect compiledFunctions in driver's EntityComparator (#7494) (d2c5cce)
  • core: skip shared join columns with null value in mapDataToFieldNames (#7490) (f6b4273)
  • core: use symbol brand in CollectionShape to prevent false structural matches (#7473) (c9e93e4), closes #7470
  • migrations: skip database connection in checkSchema() when snapshot exists (#7493) (2bcde16)
  • sql: fix null composite FK producing undefined column values in nativeInsertMany (#7476) (7043886), closes #7475
  • sql: fix populate of 1:1 on TPT leaf entity with joined strategy (#7474) (053881c), closes #7469
  • sql: skip relation props without fieldNames in TPT column mapping (#7472) (b63d6ba), closes #7471
  • sql: use composite unique constraint for OneToOne on STI entities (#7480) (cef70b9), closes #7479