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: pass through map type as normal ref #889

Open SamuelBrucksch opened 2 weeks ago

SamuelBrucksch commented 2 weeks ago

As Map type also has elements, we get into that if and then it is ignored. So I added a check, to pass through map type, so it is handled like a normal ref.

patricebender commented 2 weeks ago

I think for this change to work we need at least compiler v5.4.0

johannes-vogel commented 1 week ago

I've merged main branch now which uses already newest cds+compiler versions