Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6.4.3 (broken since 6.4.1, assuming 9235c04)
Flyway CLI Community
mariadb Ver 15.1 Distrib 10.3.22-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
Distributor ID: Debian Description: Debian GNU/Linux 10 (buster) Release: 10 Codename: buster
cat database/V20200610_113700__flyway_bug.sql
IF 1 = 0 THEN SELECT 1; ELSE SELECT 0; END IF;
The same as with 'IF 1=0' on one line
DEBUG: Executing SQL: IF 1 = 0 THEN SELECT 1; ELSE SELECT 0; END IF +---+ | 0 | +---+ | 0 | +---+
Hang with
DEBUG: Parsing V20200610_113700__flyway_bug.sql ...
and hogging 150% CPU for me
The text was updated successfully, but these errors were encountered:
9827d9a
Lyeeedar
No branches or pull requests
Which version and edition of Flyway are you using?
6.4.3 (broken since 6.4.1, assuming 9235c04)
Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin)
Flyway CLI Community
Which database are you using (type & version)?
mariadb Ver 15.1 Distrib 10.3.22-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
Which operating system are you using?
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster
What did you do?
cat database/V20200610_113700__flyway_bug.sql
What did you expect to see?
The same as with 'IF 1=0' on one line
What did you see instead?
Hang with
and hogging 150% CPU for me
The text was updated successfully, but these errors were encountered: