Browse Source

fcl-db: base: add support for ftGuid field type in XMLDatapacketReader (type='string', subtype='Guid' like in Delphi)

git-svn-id: trunk@25373 -
lacak 12 years ago
parent
commit
0fafe77d27
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/fcl-db/src/base/xmldatapacketreader.pp

+ 2 - 2
packages/fcl-db/src/base/xmldatapacketreader.pp

@@ -102,9 +102,9 @@ const
       '',
       '',
       '',
+      'string:Guid',        // ftGuid
       '',
-      '',
-      'fixedFMT',
+      'fixedFMT',           // ftFmtBCD
       'string.uni',         // ftFixedWideChar
       'bin.hex:WideText'    // ftWideMemo
     );