Postgres read/write Array and Objects

Discussion of open issues, suggestions and bugs regarding PgDAC (PostgreSQL Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Morelli
Posts: 15
Joined: Thu 19 Mar 2015 15:45

Postgres read/write Array and Objects

Post by Morelli » Mon 03 May 2021 14:39

Hi folks,

with ODAC we could access Arrays and Objects like:

TOraObject* sdoGeometry = query->GetObject ("SHAPE");
TOraArray* ordinateInfo = query->GetArray ("GRAPHFORM");
TOraObject* sdoPnt = sdoGeometry->AttrAsObject["SDO_POINT"];

(query is a TOraQuery).

How can we read/write postgres Array and arrays of custom types with pgDac?

Thx for the support

Kind regards,
Michael Morelli

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Postgres read/write Array and Objects

Post by MaximG » Thu 27 May 2021 12:47

We don't have a class like TOraArray for handling arrays in PostgreSQL. You are welcome to post your requests and suggestions on our UserVoice page: https://devart.uservoice.com/forums/104 ... y_id=18923

Post Reply