Procházet zdrojové kódy

* fix for twordfield=tlongintfield (bug 8500)

git-svn-id: trunk@6780 -
marco před 18 roky
rodič
revize
e52a4e3b9f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/fcl-db/src/db.pas

+ 1 - 1
packages/fcl-db/src/db.pas

@@ -1786,7 +1786,7 @@ const
       { ftString} TStringField,
       { ftSmallint} TSmallIntField,
       { ftInteger} TLongintField,
-      { ftWord} TLongintField,
+      { ftWord} TWordField,
       { ftBoolean} TBooleanField,
       { ftFloat} TFloatField,
       { ftCurrency} TCurrencyField,