소스 검색

* fix for twordfield=tlongintfield (bug 8500)

git-svn-id: trunk@6780 -
marco 18 년 전
부모
커밋
e52a4e3b9f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,