Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 2993

includeObjects not working with generateChangeLog

$
0
0
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
  1. Unexpected error running Liquibase: Unknown parameter: 'includeObjects'

My batch file looks like this:

  1. :: run liquibase
    echo 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 ^
  2.      --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.


Viewing all articles
Browse latest Browse all 2993

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>