[fpc-pascal] no array support in sqldb/sqldbrestbridge?
LacaK
lacak at zoznam.sk
Tue Jun 7 14:15:12 CEST 2022
Hi,
> So, is there no array field support in sqldb and/or in sqldbrestbridge?
>
there was added into DB.pas : TObjectField and TArrayField
https://gitlab.com/freepascal.org/fpc/source/-/blob/main/packages/fcl-db/src/base/db.pas
but implementation is incomplete. Methods in fields.inc are empty.
Also in TSQLConnection descendants (like TPQConnection) there is no support.
-Laco.
More information about the fpc-pascal
mailing list