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

[no-jira] override modifySql changelog for Oracle 19 on AWS #474

Merged
merged 1 commit into from
Jan 13, 2023

Conversation

KushnirykOleh
Copy link
Contributor

@KushnirykOleh KushnirykOleh commented Jan 13, 2023

AWS build fails because of Oracle 19 modifySql testcase fails with expectedSQL=
/* prepend comment */ CREATE TABLE "C##LIQUIBASE".test_table (test_id INTEGER NOT NULL, test_column VARCHAR2(50) NOT NULL) -- append comment but should be
/* prepend comment */ CREATE TABLE LBUSER.test_table (test_id INTEGER NOT NULL, test_column VARCHAR2(50) NOT NULL) -- append comment
as for AWS we have different user than for regular Oracle workflow run

@KushnirykOleh KushnirykOleh merged commit 0303196 into main Jan 13, 2023
@KushnirykOleh KushnirykOleh deleted the fix_AWS branch January 13, 2023 11:06
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

Successfully merging this pull request may close these issues.

2 participants