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: prepend aliases to refs within function args in on conditions #795

Closed patricebender closed 2 months ago

patricebender commented 2 months ago

we need to drill recursively into the function arguments found in on-conditions and prepend aliases of the outer query in case of scoped queries / expands

fixes #779