Skip to content

v2.7.0-rc1 Refactor SQL parser

Pre-release
Pre-release
Compare
Choose a tag to compare
@VojtechVitek VojtechVitek released this 05 Mar 21:09
· 373 commits to master since this release
f54a6e4

Refactors SQL parser pretty much from scratch, adds a super simple state machine parser, to fix bunch of reported issues:

Fixes #87
Fixes #132
Fixes #122
Fixes #138

We have tested this release against our pre-production environments and against a test suite of ~100 .sql and ~50 .go migrations. The above issues look to be fixed; at least from the unit test perspective.

Please, help us test this release against your migration files on pre-production environments to ensure this release candidate is in a good shape and has no regressions!