Re: [fpc-devel] Workaround for issue #5093

2006-05-10 Thread Joost van der Sluis
> 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

[fpc-devel] Workaround for issue #5093

2006-05-10 Thread Alexander Todorov
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