Hi,
I'm using Liquibase only to generate DDL to text file.
Two things are annoying:
1) The generated lock table stuff
2) The fact that a connection is made when generation is done.
I want a DDL based on the changelog file, nothing more.
Any way to accomplish this?
Thanks.