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

[DAT-18728] fixed PK and FK snapshotting + refactoring #363

Merged
merged 1 commit into from
Dec 3, 2024

fixed escaping PK and FK, refactoring

96ae9fd
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

[DAT-18728] fixed PK and FK snapshotting + refactoring #363

fixed escaping PK and FK, refactoring
96ae9fd
Select commit
Loading
Failed to load commit list.
GitHub Actions / Liquibase Test Harness - Advanced Reports succeeded Nov 28, 2024 in 1s

9 passed, 0 failed and 0 skipped

Tests passed successfully

✅ target/surefire-reports/TEST-liquibase.ext.bigquery.AdvancedHarnessSuiteIT.xml

9 tests were completed in 575s with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
liquibase.ext.bigquery.AdvancedHarnessSuiteIT 9✅ 575s

✅ liquibase.ext.bigquery.AdvancedHarnessSuiteIT

liquibase.harness.generateChangelog.GenerateChangelogTest
  ✅ apply generateChangelog test for createTable against bigquery 1.5
liquibase.harness.snapshot.SnapshotObjectTests
  ✅ apply addColumn against bigquery 1.5
  ✅ apply addForeignKeyConstraint against bigquery 1.5
  ✅ apply addPrimaryKey against bigquery 1.5
  ✅ apply addUniqueConstraint against bigquery 1.5
  ✅ apply createIndex against bigquery 1.5
  ✅ apply createTable against bigquery 1.5
  ✅ apply createView against bigquery 1.5
  ✅ apply snapshotCaalogAndSchema against bigquery 1.5