Closed jschaf closed 4 years ago
Previously, the CreateSchemaParser blindly added a schema. Instead, only add the schema if it's not public. For additional safety, throw an error if a user tries to add a schema that already exists.
public
Fixes #264
Meh, giving up.
Previously, the CreateSchemaParser blindly added a schema. Instead, only add the schema if it's not
public
. For additional safety, throw an error if a user tries to add a schema that already exists.Fixes #264