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

+ 1 - 1
comparison.pas

@@ -510,7 +510,7 @@ begin
         // Default value, if any
         if DefaultValue<>'' then
           Line:= Line + ' ' + DefaultValue;
-        //todo: domain comparison: verify if this collate/constraint works
+
         // Check constraint, if any:
         if CheckConstraint <> '' then
           Line:= Line + ' ' + CheckConstraint;

+ 1 - 1
main.pas

@@ -3086,7 +3086,7 @@ begin
 end;
 
 (***************  View Table Fields/ Fields Management  ***************)
-{ todo: should be moved to tablemanage.pas if possible; even better split out
+{ todo: getting table field data should be moved to tablemanage.pas if possible; even better split out
 between non-GUI query part and GUI updater part}
 procedure TfmMain.ViewTableFields(ATableName: string; dbIndex: Integer;
   AStringGrid: TStringGrid);