SqlDb: Postgres SQL Connection for 64bit driver. Issue #23096

git-svn-id: trunk@39213 -
This commit is contained in:
juha 2012-10-31 21:29:29 +00:00
parent 3731f23757
commit 4619d309e7

View File

@ -18,10 +18,10 @@
unit registersqldb;
{$mode objfpc}{$H+}
{$IFNDEF win64}
{$DEFINE HASMYSQL4CONNECTION}
{$DEFINE HASORACLECONNECTION}
{$DEFINE HASPQCONNECTION}
{$ENDIF}
{$IF FPC_FULLVERSION> 20402}
@ -67,11 +67,9 @@ uses
mssqlconn,
{$ENDIF}
odbcconn,
{$IFDEF HASPQCONNECTION}
pqconnection,
{$IFDEF HASPQEVENT}
pqteventmonitor,
{$ENDIF}
pqconnection,
{$IFDEF HASPQEVENT}
pqteventmonitor,
{$ENDIF}
{$IFDEF HASORACLECONNECTION}
oracleconnection,
@ -194,11 +192,9 @@ begin
{$IFDEF HASSYBASECONNECTION}
,TSybaseConnection
{$ENDIF}
{$IFDEF HASPQCONNECTION}
,TPQConnection
{$IFDEF HASPQEVENT}
,TPQTEventMonitor
{$ENDIF}
,TPQConnection
{$IFDEF HASPQEVENT}
,TPQTEventMonitor
{$ENDIF}
{$IFDEF HASORACLECONNECTION}
,TOracleConnection