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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user