Reinier Olislagers 11 năm trước cách đây
mục cha
commit
acf44e3025
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      comparison.pas

+ 0 - 1
comparison.pas

@@ -1432,7 +1432,6 @@ begin
           Line:= 'alter table ' + ATableName + LineEnding +
           'add constraint ' + AIndexName + LineEnding +
           'primary key (' + FieldsList.CommaText + ')';
-
         end
         else // Secondary
         begin