This content has been marked as final.
Show 1 reply
-
1. Re: REST POST and Native Query
shawkins Jul 12, 2018 7:34 AM (in response to mahavird)"param1 IN ($1)" would bind just a single value. If you bind an array value the sql should use something to unnest or otherwise search the array.
> My Question is how to pass array of strings from REST POST body to this FOREIGN PROCEDURE.
The Teiid rest layer supports single dimensional as comma separated lists - but it's very simple support there's no mechanism currently to escape commas in the values.