Hi all,
I have liquibase.properies file:
changelogFile: 010-init-data.xml
driver: org.postgresql.Driver
url: jdbc:postgresql://localhost/demo
username:***
password:***
classpath: C:/Program Files/liquibase/internal/lib/postgresql.jar
dataOutputDirectory=data
liquibase.hub.mode=off
Using the command generateChangeLog I create an XML file with changesets. I also create CSV files that are in the data directory.
Question: how can I get SQL format file containing INSERT commands to my database tables?