liquibase / liquibase-oracle

Liquibase extension to add improved Oracle support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ora: merge doesn't work

istvansz opened this issue · comments

Hi,

I have a problem with ora:merge using oracle extension 3.2 and liquibase 3.5.3:
With liquibase 3.4.2 the merge sql is generated in the updateSql file (see test_migrate_3_4_2.sql) however with liquibase 3.5.3 the merge sql is missing from the updateSql file (see test_migrate_3_5_3)

I have run it with following command:

java -jar liquibase.jar --driver=oracle.jdbc.OracleDriver --classpath=c:/liq/ojdbc6-11.2.0.4.0.jar;c:/liq/liquibase-oracle.jar --changeLogFile=C:/liq/xml/master.xml --url="jdbc:oracle:thin:@localhost:1521:xe" --username="sys as sysdba" --password=password --liquibaseSchemaName=TEST_LIQUIBASE --promptForNonLocalDatabase=false --logLevel=info updateSQL -Dschema=TEST > test_migrate.sql

xml_and_sql_files.zip

┆Issue is synchronized with this Jira Bug by Unito