removal of hardcoded fix, now working in general

This commit is contained in:
filipriec
2025-07-24 21:56:07 +02:00
parent 089d728cc7
commit 4df6c40034
2 changed files with 42 additions and 43 deletions

View File

@@ -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