pub fn resolve_names(
model: &mut SchemaModel,
include_all_schemas: bool,
warnings: &mut Vec<Warning>,
)Expand description
Strip schema prefixes from all identifiers. When include_all_schemas is true and names collide, prefix with schema__table.