Ver código fonte

* Handle postgresql text fields as ftString

git-svn-id: trunk@2935 -
joost 19 anos atrás
pai
commit
c6bfbcfa91
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      fcl/db/sqldb/postgres/pqconnection.pp

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

@@ -299,7 +299,7 @@ begin
   case Type_Oid of
     Oid_varchar,Oid_bpchar,
     Oid_name               : Result := ftstring;
-    Oid_text               : REsult := ftmemo;
+    Oid_text               : Result := ftstring;
     Oid_oid                : Result := ftInteger;
     Oid_int8               : Result := ftLargeInt;
     Oid_int4               : Result := ftInteger;