cancel
Showing results for 
Search instead for 
Did you mean: 

CDS Views with Parameters in Postgresql

jait23
Explorer
0 Kudos

Hi Community,

Following the sample example on CAP documentation, below is my entity view with a parameter in Hana.

entity XYZ (id: String) as select from table {
field1 : String,
field2 : String
} where field1=:id;

I would like to check if similar is supported in postgresql using cds?

Thanks.

gregorw
Active Contributor
0 Kudos

Hi Jait,

have you tried it? If it fails you should create an incident in the Open Source project cds-pg. And in the best case you contribute a solution.

Best Regards
Gregor

Accepted Solutions (0)

Answers (0)