Hi,
In a legacy project, we upgraded your package from version 0.12.0 to 1.2.2. During this process, we encountered an issue: the SQL dump contained a CREATE VIEW statement placed before the CREATE TABLE statement it referenced. This occurred while using mysql:8.0.34.
We resolved the issue by switching to mysqldump, which correctly orders the statements. Since that meets our current needs, we're not blocked by the issue anymore.
Just wanted to let you know.