Skip to content

Releases: coldbox-modules/quick

v8.0.2

26 Mar 22:12
Compare
Choose a tag to compare

fix

  • Relationships: Handle skipping constraints when a relationship is defined with other relationships
    (62fa4a4)

v8.0.1

26 Mar 20:04
Compare
Choose a tag to compare

fix

  • BaseEntity: Make the withoutRelationshipConstraints check more resilient (4aedbac)

v8.0.0

26 Mar 19:33
Compare
Choose a tag to compare

BREAKING

  • Relationship: Required the relationship name when disabling constraints to match on (dff52d6)

v7.4.4

26 Mar 18:12
Compare
Choose a tag to compare

fix

  • HasManyThrough: Fix for thread safety when loading multiple relationships off of a single entity
    (9e49f55)

v7.4.3

22 Mar 03:08
Compare
Choose a tag to compare

fix

  • HasManyDeep: Fix qualifying column issue (72723b1)

v7.4.2

20 Mar 22:57
Compare
Choose a tag to compare

fix

  • HasManyDeep: Remove duplicate join from addCompareConstraints
    (a9fa07e)

v7.4.1

19 Mar 17:55
Compare
Choose a tag to compare

fix

  • box.json: Upgrade to latest str dependency
    (582e4cc)

v7.4.0

18 Mar 16:41
Compare
Choose a tag to compare

chore

  • tests: Remove extra debug logs from tests
    (1ba3ca0)

feat

  • HasManyThrough: The hasManyThrough function now returns HasManyDeep relationships
    (1af491a)
  • Relationships: New hasManyDeep and hasManyDeepBuilder relationships. (5331b36)

fix

  • HasManyThrough: Keep constraints of through entities for hasManyThrough relationships
    (3f3de36)
  • HasManyThrough: Keep constraints on final related entities in hasManyThrough
    (95a53d3)
  • IRelationship: Update type hints to satisfy IRelationship interface
    (026d7e0)

other

v7.3.2

05 Feb 20:23
Compare
Choose a tag to compare

fix

  • BaseEntity: Use the interceptor approach instead of wirebox:targetId to support CommandBox (164247d)

v7.3.1

03 Jan 17:58
Compare
Choose a tag to compare

fix

  • Discriminators: Fix where discriminated entities could use the wrong qualified column name in the join with the parent entity.
    (682aa03)