mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[11292] Strip trailing whitespace after [11284]
This commit is contained in:
parent
443b5c776c
commit
37fd225a89
12 changed files with 26 additions and 28 deletions
|
|
@ -151,7 +151,7 @@ class MANGOS_DLL_SPEC SqlStmtParameters
|
|||
|
||||
//get amount of bound parameters
|
||||
int boundParams() const { return int(m_params.size()); }
|
||||
//add parameter
|
||||
//add parameter
|
||||
void addParam(const SqlStmtFieldData& data) { m_params.push_back(data); }
|
||||
//empty SQL statement parameters. In case nParams > 1 - reserve memory for parameters
|
||||
//should help to reuse the same object with batched SQL requests
|
||||
|
|
@ -348,5 +348,3 @@ class MANGOS_DLL_SPEC SqlPlainPreparedStatement : public SqlPreparedStatement
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue