v 0.28.1 fix multiline comments parsing & skip INSERT ROWS from SQL
v0.28.1
Imporvements:
- Lines started with INSERT INTO statement now successfully ignored by parser (so you can keep them in ddl - they will be just skiped)
Fixes:
- Important fix for multiline comments