cap-js / cds-dbs

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

fix(`expand`): enable expanding from subquery #709

Closed patricebender closed 1 week ago

patricebender commented 1 week ago

if we select from <subquery> we do not have a SELECT.from.ref but the <subquery> has a .target because it has been inferred properly.

Use the name of the .target for building the correlated subquery, instead of dumping.

fix #708