Hi,
Has anyone noticed any problems with the new “includeObjects”
option when running from the command line? I can’t get it working. I
get an error
Unexpected
error running Liquibase: Unknown parameter: ‘includeObjects’
My batch file looks like this:
:: run liquibaseecho path
liquibase --driver=oracle.jdbc.OracleDriver ^
--classpath="C:\tools\tomcat\lib\oracle-jdbc-11.2.0.2.0.jar" ^
--changeLogFile=changelog.data.xml ^
--url="jdbc:oracle:thin:@host.server.com:1521:DBNAME" ^
--username=USERNAME ^
--password=PASSWORD ^
–diffTypes=“data” ^
--dataOutputDirectory temp
^
--includeObjects=“table:TABLE_NAME”
^
generateChangeLog
I'm using 3.3.5.
Also the command line help doesn't mention that option... It's a really useful feature and I'd love to make use of it.
Cheers,
Adam.