> recently I have reported this issue on the FPC site and there were
> some e-mails about SQLDb not working with PostgreSQL.
> http://www.freepascal.org/bugs/showrec.php3?ID=5093
>
> The work around for TPQConnection is:
> Do NOT use FTransaction.Commit but USE FTransaction.CommitRetaining instead
Hello,
recently I have reported this issue on the FPC site and there were
some e-mails about SQLDb not working with PostgreSQL.
http://www.freepascal.org/bugs/showrec.php3?ID=5093
The work around for TPQConnection is:
Do NOT use FTransaction.Commit but USE FTransaction.CommitRetaining instead.
It