Skip to content

v 0.28.1 fix multiline comments parsing & skip INSERT ROWS from SQL

Compare
Choose a tag to compare
@xnuinside xnuinside released this 31 Oct 20:23
· 171 commits to main since this release

v0.28.1

Imporvements:

  1. Lines started with INSERT INTO statement now successfully ignored by parser (so you can keep them in ddl - they will be just skiped)

Fixes:

  1. Important fix for multiline comments