Browse Source

* Fix charsize for ftGUID field (also string field), bug ID #0037350

git-svn-id: trunk@45791 -
michael 5 years ago
parent
commit
a5a7d2cc91
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-db/src/base/fields.inc

+ 1 - 0
packages/fcl-db/src/base/fields.inc

@@ -177,6 +177,7 @@ end;
 function TFieldDef.GetCharSize: Word;
 begin
   case FDataType of
+   ftGUID: Result:=1;
    ftString, ftFixedChar:
      case FCodePage of
        CP_UTF8: Result := 4;