Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ora: merge doesn't work #27

Open
ghost opened this issue Jun 28, 2017 · 0 comments
Open

ora: merge doesn't work #27

ghost opened this issue Jun 28, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Jun 28, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants