this miracle compiled, idk if it even does what i want but should run custom sql queries from steel script. Da heck if this works, my gosh

This commit is contained in:
filipriec
2025-03-12 23:39:10 +01:00
parent 22564682c8
commit ec323d24be
7 changed files with 150 additions and 5 deletions

View File

@@ -105,6 +105,7 @@ pub async fn post_table_data(
}
}
/*
// Validate Steel scripts
let scripts = sqlx::query!(
"SELECT target_column, script FROM table_scripts WHERE table_definitions_id = $1",
@@ -138,6 +139,7 @@ pub async fn post_table_data(
)));
}
}
*/
// Prepare SQL parameters
let mut params = PgArguments::default();