+ Fix to use postgres3 unit

This commit is contained in:
michael 2004-09-26 18:56:08 +00:00
parent 6313ed64ca
commit 2bcaf8ceaf

View File

@ -5,7 +5,7 @@ unit pqconnection;
interface
uses
Classes, SysUtils, postgres, sqldb, db;
Classes, SysUtils, postgres3, sqldb, db;
type
TPQTrans = Class(TSQLHandle)