mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
Apply style fix pt2
This commit is contained in:
parent
35405dd549
commit
1392c131e7
77 changed files with 1318 additions and 817 deletions
|
|
@ -234,7 +234,10 @@ bool SqlQueryHolderEx::Execute(SqlConnection* conn)
|
|||
{
|
||||
/// execute all queries in the holder and pass the results
|
||||
char const* sql = queries[i].first;
|
||||
if (sql) { m_holder->SetResult(i, conn->Query(sql)); }
|
||||
if (sql)
|
||||
{
|
||||
m_holder->SetResult(i, conn->Query(sql));
|
||||
}
|
||||
}
|
||||
|
||||
/// sync with the caller thread
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue