Skip to content

Commit

Permalink
HHH-15582 SpannerDialect, schema update tries to create existing tables
Browse files Browse the repository at this point in the history
  • Loading branch information
dreab8 committed Oct 7, 2022
1 parent 0198e5b commit bf7a51c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -631,8 +631,8 @@ public String getCurrentSchemaCommand() {

@Override
public SchemaNameResolver getSchemaNameResolver() {
throw new UnsupportedOperationException(
"No schema name resolver supported by " + getClass().getName() );
// Spanner does not have a notion of database name schemas, so return "".
return (connection, dialect) -> "";
}

@Override
Expand Down

0 comments on commit bf7a51c

Please sign in to comment.