Learn how to build a developer-centric SAP HANA command line tool, particularly designed to be used when performing SAP HANA development in non-SAP tooling (for example from VS Code).
Apache License 2.0
90
stars
24
forks
source link
flag in massConvert to exclude @cds.persistence.exists #84
Hi,
Since I am using the massConvert command to generate a cds from an XSC application and I want to actually create the tables in a new system based on CDS, not just generate proxies. I would appreciate if I have the option to exclude the @cds.persistence.exists annotation.
Added new parameter useExists which defaults to true. But if you set it to false the persistence exists annotation will not be placed in the output of the Inspect* commands and the massConvert.
Hi, Since I am using the massConvert command to generate a cds from an XSC application and I want to actually create the tables in a new system based on CDS, not just generate proxies. I would appreciate if I have the option to exclude the @cds.persistence.exists annotation.
Thank you, Milen