瀏覽代碼

* one manual fix in two commits ago not git added.

marcoonthegit 1 年之前
父節點
當前提交
138fa82742
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/fcl-db/src/sqldb/postgres/pqconnection.pp

+ 2 - 2
packages/fcl-db/src/sqldb/postgres/pqconnection.pp

@@ -1112,7 +1112,7 @@ const TypeStrings : array[TFieldType] of string =
       'numeric',   // ftFMTBcd
       'Unknown',   // ftFixedWideChar
       'Unknown'   // ftWideMemo
-      {$IFNDEF VER3_2}
+      {IFNDEF VER3_2}
              ,
       'Unknown',   // ftOraTimeStamp
       'Unknown',   // ftOraInterval
@@ -1121,7 +1121,7 @@ const TypeStrings : array[TFieldType] of string =
       'Unknown',   // ftByte
       'Unknown',   // ftExtended
       'real'       // ftSingle
-{$ENDIF}
+{ENDIF}
     );