Reinier Olislagers 11 年之前
父节点
当前提交
f38a36eb20
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      querywindow.pas

+ 1 - 2
querywindow.pas

@@ -1179,8 +1179,7 @@ begin
         aSQLScript:= TModSQLScript.Create(self);
         aSQLScript:= TModSQLScript.Create(self);
         aSQLScript.DataBase:= ibConnection;
         aSQLScript.DataBase:= ibConnection;
         aSQLScript.Transaction:= fSqlTrans;
         aSQLScript.Transaction:= fSqlTrans;
-        aSQLScript.CommentsInSQL:= true; //pass on comments. They cannot hurt
-        // and may be useful when tracing errors at the database end.
+        aSQLScript.CommentsInSQL:= true;
         aSQLScript.UseSetTerm:= true; //needed if set term is used, e.g. for SPs
         aSQLScript.UseSetTerm:= true; //needed if set term is used, e.g. for SPs
       end;
       end;
     end;
     end;