-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correctly report support for catalog and schema (#372)
* fix null shanpshotId when run Liquibase harness tests * Add recursive check for snapshotId presence * fix: register correct schema and catalog support Spanner supports both Catalog and Schema (although each database contains at most one catalog). Our Liquibase implementation should indicate this correctly, and also correctly indicate that we do not want to include the default schema in queries and other object IDs. This would otherwise generate invalid object identifiers in the form `.my_table` (as the default schema name is an empty string). --------- Co-authored-by: Knut Olav Løite <[email protected]>
- Loading branch information
1 parent
0bb0ae2
commit 876d6ef
Showing
4 changed files
with
256 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.