2
0
Эх сурвалжийг харах

+ Fix for bug #7205

git-svn-id: trunk@4332 -
joost 19 жил өмнө
parent
commit
87828e65a8

+ 1 - 1
fcl/db/sqldb/postgres/pqconnection.pp

@@ -481,7 +481,7 @@ begin
           end
         else
           FreeAndNil(ar[i]);
-        res := PQexecPrepared(tr.PGConn,pchar('prepst'+nr),Aparams.count,@Ar[0],nil,nil,0);
+        res := PQexecPrepared(tr.PGConn,pchar('prepst'+nr),Aparams.count,@Ar[0],nil,nil,1);
         for i := 0 to AParams.count -1 do
           FreeMem(ar[i]);
         end