removed validation, needs to add the validation later in the post script
This commit is contained in:
@@ -63,7 +63,6 @@ pub async fn post_table_script(
|
||||
// Parse and transform the script
|
||||
let parser = SyntaxParser::new();
|
||||
let parsed_script = parser.parse(&request.script, &table_def.table_name);
|
||||
let (tables, columns) = parser.extract_dependencies(&request.script, &table_def.table_name);
|
||||
|
||||
// Store script in database with automatic target_table
|
||||
let script_record = sqlx::query!(
|
||||
|
||||
Reference in New Issue
Block a user