Wes-Reid/Excel-SQLizer

Null rows in the spreadsheet produce junk statements

Closed this issue · 0 comments

Found today when I had a spreadsheet that was separating different FKs in a table with an empty row. It isn't ignored but produces stuff like "INSERT INTO PRODUCT ... VALUES (NULL, NULL, NULL)"

Obviously this is not expected or desired behaviour. Null rows should be ignored by SQLizer.