Does anyone have experience working with Firedac and Postgresql that can advise the recommended way call a stored procedure that accepts a composite type? The composite itself contains both simple types and a couple of arrays.

Does anyone have experience working with Firedac and Postgresql that can advise the recommended way call a stored procedure that accepts a composite type? The composite itself contains both simple types and a couple of arrays.

I know I can structure a TFDQuery with the appropriate SQL, but wondered if Firedac supported it more natively. Using 10.1 Berlin.

Comments