mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:27:43 +00:00
SQLServer+SQLStudio+sql: Allow sending placeholder values to SQLServer
This commit is contained in:
parent
b13527b8b2
commit
8fcb8c30c6
7 changed files with 16 additions and 10 deletions
|
@ -479,7 +479,7 @@ DeprecatedString MainWidget::read_next_sql_statement_of_editor()
|
|||
} while ((m_editor_line_level > 0) || piece.is_empty());
|
||||
|
||||
auto statement_id = m_sql_client->prepare_statement(m_connection_id, piece.to_deprecated_string());
|
||||
m_sql_client->async_execute_statement(statement_id);
|
||||
m_sql_client->async_execute_statement(statement_id, {});
|
||||
|
||||
return piece.to_deprecated_string();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue