Skip to content

Commit

Permalink
Merge branch 'patch-1' of https://github.com/wziebicki/liquibase into…
Browse files Browse the repository at this point in the history
… wziebicki-patch-1
  • Loading branch information
nvoxland committed Jan 5, 2022
2 parents 0edf7c0 + 6e11f95 commit 4f29d75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ protected List<CachedRow> listConstraints(Table table, DatabaseSnapshot snapshot
"[ic].[key_ordinal]";

} else if (database instanceof OracleDatabase) {
sql = "select ucc.owner as constraint_container, ucc.constraint_name as constraint_name, ucc.column_name, f.validated as constraint_validate " +
sql = "select ucc.owner as constraint_container, ucc.constraint_name as constraint_name, ucc.column_name, f.validated as constraint_validate, ucc.table_name " +
"from all_cons_columns ucc " +
"INNER JOIN all_constraints f " +
"ON ucc.owner = f.owner " +
Expand Down

0 comments on commit 4f29d75

Please sign in to comment.