cap-js / cds-dbs

Monorepo for SQL Database Services for CAP
https://cap.cloud.sap/docs/
Apache License 2.0
37 stars 11 forks source link

fix: Treat assoc-like calculated elements as unmanaged assocs #830

Closed patricebender closed 1 month ago

patricebender commented 1 month ago

Association like calculated elements have been re-written by the compiler they essentially behave like unmanaged associations as their calculations have been incorporated into an on-condition which is handled elsewhere

→ We don't need to treat them any different than a regular unmanaged association.