async fn update_files(
    _database: &str,
    schema: &str,
    table: &Table,
    file_config: &FileConfig,
    client: &Client,
    update_files: &[String]
) -> Result<(), OpError>
Expand description

For each record in all update_files, UPDATE all columns that are not the “unmodified string” to their new values provided in the record, based on primary key columns.