mxhdev / SQLChecker

GNU General Public License v3.0
1 stars 1 forks source link

Multiple Headers in summary report #23

Closed timoei closed 8 years ago

timoei commented 8 years ago

The last commits caused that the header of the summary report is printed before each line of content, but it only need to be written at the first line.

Example:

Name(s);Student ID(s);Submission;Static queries;Right;Wrong;Ignored;Exceptions;Query1 (1a);Query2 (1b);Query3 (1c);Query4 (1d)
;;AA_Musterloesung.sql;-1;0;22;0;0;f;f;f;f
Name(s);Student ID(s);Submission;Static queries;Right;Wrong;Ignored;Exceptions;Query1 (1a);Query2 (1b);Query3 (1c);Query4 (1d)
;;abgabe.txt;-1;0;18;1;4;fe;ie;e;fe
Name(s);Student ID(s);Submission;Static queries;Right;Wrong;Ignored;Exceptions;Query1 (1a);Query2 (1b);Query3 (1c);Query4 (1d)
;;Aufgabenblatt2.txt;-1;0;17;1;4;e;ie;e;fe
mxhdev commented 8 years ago

Name and Matrikelnummer also occuur twice per row

mxhdev commented 8 years ago

Fixed in commit 1538004fa09caf5f5531e17e5304e244960e0a11