[fpc-devel] PostgreSQL SQLdb transactions

2014-11-04 Thread Chris Dryburgh
Hi In PostgreSQL it is considered poor practice to have long running idle transactions. https://encrypted.google.com/#q=postgresql+idle+in+transaction Long running idle transactions are common with SQLdb and PostgreSQL. In FPC 2.6.4 and I think the development version a open connection has a

[fpc-devel] RTTI interface & variant late binding issue (mORMot)

2014-11-04 Thread Alf
As a (very) long time Pascal programmer (TP/ FPC / Delphi), I have helped the developer of mORMot (http://synopse.info/fossil/wiki?name=SQLite3+Framework) to port his framework to FPC. With success. Many Linux (ARM) servers now run mORMot thanks to FPC. There are, however, two showstoppers, t