mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
SQLServer+SQLStudio+sql: Allow sending placeholder values to SQLServer
This commit is contained in:
committed by
Andreas Kling
parent
b13527b8b2
commit
8fcb8c30c6
@@ -292,7 +292,7 @@ private:
|
||||
});
|
||||
} else {
|
||||
auto statement_id = m_sql_client->prepare_statement(m_connection_id, piece);
|
||||
m_sql_client->async_execute_statement(statement_id);
|
||||
m_sql_client->async_execute_statement(statement_id, {});
|
||||
}
|
||||
|
||||
// ...But m_keep_running can also be set to false by a command handler.
|
||||
|
||||
Reference in New Issue
Block a user