mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 07:19:37 +02:00
pqconnection: changed FCursorCount to dword to avoid 'prepared statement already exists' errors when preparing more than 64k queries in one transaction while keeping one ore more queries open
git-svn-id: trunk@25099 -
This commit is contained in:
parent
6be738f256
commit
d03262d39a
@ -51,7 +51,7 @@ type
|
||||
TPQConnection = class (TSQLConnection)
|
||||
private
|
||||
FConnectionPool : array of TPQTranConnection;
|
||||
FCursorCount : word;
|
||||
FCursorCount : dword;
|
||||
FConnectString : string;
|
||||
FIntegerDateTimes : boolean;
|
||||
FVerboseErrors : Boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user