Browse Source

Merged revisions 901 via svnmerge from
/trunk

git-svn-id: branches/fixes_2_0@902 -

joost 20 years ago
parent
commit
2373be0624
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fcl/db/db.pp

+ 1 - 1
fcl/db/db.pp

@@ -1741,7 +1741,7 @@ const
   DefaultFieldClasses : Array [TFieldType] of TFieldClass =
   DefaultFieldClasses : Array [TFieldType] of TFieldClass =
     ( { ftUnknown} Tfield,
     ( { ftUnknown} Tfield,
       { ftString} TStringField,
       { ftString} TStringField,
-      { ftSmallint} TLongIntField,
+      { ftSmallint} TSmallIntField,
       { ftInteger} TLongintField,
       { ftInteger} TLongintField,
       { ftWord} TLongintField,
       { ftWord} TLongintField,
       { ftBoolean} TBooleanField,
       { ftBoolean} TBooleanField,