Browse Source

- patch from Alexandrov Alexandru for TSmallIntFields

git-svn-id: trunk@901 -
joost 20 years ago
parent
commit
9868554dee
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,