mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:39:31 +02:00
+ Fix to use postgres3 unit
This commit is contained in:
parent
6313ed64ca
commit
2bcaf8ceaf
@ -5,7 +5,7 @@ unit pqconnection;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, postgres, sqldb, db;
|
||||
Classes, SysUtils, postgres3, sqldb, db;
|
||||
|
||||
type
|
||||
TPQTrans = Class(TSQLHandle)
|
||||
|
Loading…
Reference in New Issue
Block a user