Get the output SQL from a Liquibase changeset

17,037

You can try liquibase updateSQL command

Share:
17,037

Related videos on Youtube

fvdalcin
Author by

fvdalcin

Just fulfilled this to get the Autobiographer badge :)

Updated on June 06, 2022

Comments

  • fvdalcin
    fvdalcin almost 2 years

    I'm having a SQL syntax error when my Spring Boot application tries to start. It cannot instantiate the SpringLiquibase bean, because the outputed SQL of a changeset is leading to a syntax error. I need to check the SQL generated from Liquibase in order to find what's wrong. How can I do that?