Reinier Olislagers 11 년 전
부모
커밋
d1fa6f1944
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      systables.pas
  2. 1 1
      turbocommon.pas

+ 0 - 1
systables.pas

@@ -1134,7 +1134,6 @@ begin
       ' ORDER BY r.RDB$FIELD_POSITION;';
   sqQuery.Open;
   FieldsList.Clear;
-  //todo: add support for array datatype, domain-based fields in gui using field_source and IsFieldDomainSystemGenerated
   while not sqQuery.EOF do
   begin
     FieldName:= Trim(sqQuery.FieldByName('field_name').AsString);

+ 1 - 1
turbocommon.pas

@@ -11,7 +11,7 @@ uses
 
 const
   // Some field types used in e.g. RDB$FIELDS
-  //todo (low priority): perhaps move to enumeration with fixed constant values
+  // todo: (low priority) perhaps move to enumeration with fixed constant values
   BlobType = 261;
   CharType = 14;
   CStringType = 40; // probably null-terminated string used for UDFs