removal of hardcoded fix, now working in general
This commit is contained in:
@@ -631,7 +631,7 @@ pub async fn post_table_script(
|
||||
|
||||
// Analyze script dependencies
|
||||
let dependencies = analyzer
|
||||
.analyze_script_dependencies(&request.script)
|
||||
.analyze_script_dependencies(&request.script, &table_def.table_name)
|
||||
.map_err(|e| Status::from(e))?;
|
||||
|
||||
// Check for circular dependencies BEFORE making any changes
|
||||
|
||||
Reference in New Issue
Block a user